-
Notifications
You must be signed in to change notification settings - Fork 29
RPC List
Nexius edited this page Mar 15, 2023
·
10 revisions
All the types of variables which are given there can be translated as:
-
INT8
,INT16
andINT32
=>PR_INT8
,PR_INT16
andPR_INT32
-
UINT8
,UINT16
andUINT32
=>PR_UINT8
,PR_UINT16
andPR_UINT32
-
float
,bool
=>PR_FLOAT
,PR_BOOL
-
char[]
,CSTRING
=>PR_STRING
,PR_CSTRING
- Refer to BrunoBM16's RPC and Packet lists