PrepSDKCall_AddParameter

Last Updated2021-06-24
Created At2007-06-16

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

native void PrepSDKCall_AddParameter(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

Error

Parameter limit for SDK calls reached.