LibRPC

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search

Library used to execute functions or script send from server. Available with npc v1.6 beta onwards.

ServerData Identifier

LibRPC when loaded works on server data whose first four bytes is the following:

Offset Type Value
0 Integer 0x40000000

ServerData structure

Offset Type Value
4 Character 'F' or 'G'