Sets the return information of an SDK call. Do not call this if there is no return data. This must be called if there is a return value (i.e. it is not necessarily safe to ignore the data).
void PrepSDKCall_SetReturnInfo(SDKType type, SDKPassMethod pass, int decflags, int encflags)
Data type to convert to/from.
How the data is passed in C++.
Flags on decoding from the plugin to C++.
Flags on encoding from C++ to the plugin.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.