-
Notifications
You must be signed in to change notification settings - Fork 36
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,INT16andINT32=>PR_INT8,PR_INT16andPR_INT32 -
UINT8,UINT16andUINT32=>PR_UINT8,PR_UINT16andPR_UINT32 -
float,bool=>PR_FLOAT,PR_BOOL -
char[],CSTRING=>PR_STRING,PR_CSTRING
- Refer to BrunoBM16's RPC and Packet lists