PrepSDKCall_AddParameter Function

Adds a parameter to the calling convention. This should be called in normal ascending order.

void PrepSDKCall_AddParameter(SDKType type, SDKPassMethod pass, int decflags, int encflags)

Parameters

SDKType type

Data type to convert to/from.

SDKPassMethod pass

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.

Errors

Parameter limit for SDK calls reached.