native clamp(value, min = cellmin, max = cellmax);
value | Value to clamp |
min | Lower bound |
max | Upper bound |
Limits a provided value between two specified bounds.
The value if it is between the lower and upper bound, min if value is below, max if it is above the specified bounds.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.