Describes the various ways to pass parameters to functions or forwards.
| Name | Description |
|---|---|
| Param_Any | Any data type can be pushed |
| Param_Cell | Only basic cells can be pushed |
| Param_Float | Only floats can be pushed |
| Param_String | Only strings can be pushed |
| Param_Array | Only arrays can be pushed |
| Param_VarArgs | Same as "..." in plugins, anything can be pushed, but it will always be byref |
| Param_CellByRef | Only a cell by reference can be pushed |
| Param_FloatByRef | Only a float by reference can be pushed |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.