Enums 5

Functions 10

Function Description
EndPrepSDKCall

Finalizes an SDK call preparation and returns the resultant Handle.

GetPlayerResourceEntity

Returns the entity index of the player resource/manager entity.

PrepSDKCall_AddParameter

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

PrepSDKCall_SetAddress

Uses the given function address for the SDK call.

PrepSDKCall_SetFromConf

Finds an address or virtual function index in a GameConfig file and sets it as the calling information for the SDK call.

PrepSDKCall_SetReturnInfo

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

PrepSDKCall_SetSignature

Finds an address in a library and sets it as the address to use for the SDK call.

PrepSDKCall_SetVirtual

Sets the virtual index of the SDK call if it is virtual.

SDKCall

Calls an SDK function with the given parameters.

StartPrepSDKCall

Starts the preparation of an SDK call.