All public logs

Jump to navigation Jump to search

Combined display of all available logs of NPC for VCMP 0.4 Servers. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:32, 24 June 2023 Habi talk contribs created page WriteByte (Created page with "{{Welcome|desc=This will write one byte(0-255) to the given blob which can be later passed to SendServerData.|params=<source lang="lua">( b, byte )</source><poem> ::b : The blob in which to write the integer. ::byte : The byte( 0-255 ) to be written </poem>| example=<source lang="lua"> local b=blob(); WriteByte(b, 100 ); SendServerData(b);</source>| retvals=The function returns true on success.| relfuncs=*WriteInt *WriteFloat *WriteString *SendServerDat...")