PrepSDKCall_SetReturnInfo

Last Updated2016-05-20
Created At2007-06-16

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).

native void PrepSDKCall_SetReturnInfo(SDKType type, SDKPassMethod pass, int decflags = 0, int encflags = 0)

Parameters

SDKType type
Data type to convert to/from.
How the data is passed in C++.
int decflags
Flags on decoding from the plugin to C++.
int encflags
Flags on encoding from C++ to the plugin.

Return Value

void