Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 05E4

Opcode Database

05E4

DescriptionIt is a function method similar to 05E3, but it is possible to get the function returns an integer value.

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 stack.
... - A list of function parameters, after the parameter list must be a variable, which is written the return value.
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.ini05E4=0,NOP ; add_stunt_point
Example
Command NameADD_STUNT_POINT
Vice City
sascm.ini05E4=-1,call_function_method %1d% struct %2d% num_params %3h% pop %4h%
Example05E4: call_function_method 0x5BAA80 struct 0@ num_params 0 pop 0 1@
GTA III
gtascm.ini05E4=-1,call_function_method %1d% struct %2d% num_params %3h% pop %4h%
Example05E4: call_function_method 0x5BAA80 struct 0@ num_params 0 pop 0 1@

<< 05E3

05E5 >>