Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 05E3

Opcode Database

05E3

DescriptionCalls a function method.

Parameters:
1 - Address of memory function.
2 - Address of the memory object owning method.
3 - number of function parameters passed through the stack.
4 - alignment of the stack.
... - List of function parameters.
Parameters (v2)1) Function address (Integer) (INT)
2) Memory address (Integer) (INT)
3) Integer (INT)
4) Integer (INT)
5) Call arguments (...)
Gamesvc iii
CategoryIII CLEO, Memory, VC CLEO
San Andreas
sascm.ini05E3=0,NOP ; start_adding_stunt_points
Example
Command NameSTART_ADDING_STUNT_POINTS
Vice City
sascm.ini05E3=-1,call_method %1d% struct %2d% num_params %3d% pop %4d%
Example05E3: call_method 0x4DF240 struct 0@ num_params 3 pop 3 0.0 0.0 0.0
GTA III
gtascm.ini05E3=-1,call_method %1d% struct %2d% num_params %3d% pop %4d%
Example05E3: call_method 0x4DF240 struct 0@ num_params 3 pop 3 0.0 0.0 0.0

<< 05E2

05E4 >>