Skip to content
Nexius edited this page Mar 15, 2023 · 10 revisions
  • If you need all available RPCs, check this list.
  • If you need 0.3.DL specific RPCs, check this list.

All the types of variables which are given there can be translated as:

  • INT8, INT16 and INT32 => PR_INT8, PR_INT16 and PR_INT32
  • UINT8, UINT16 and UINT32 => PR_UINT8, PR_UINT16 and PR_UINT32
  • float, bool => PR_FLOAT, PR_BOOL
  • char[], CSTRING => PR_STRING, PR_CSTRING