Squirrel Standard Library Functions

From NPC for VCMP 0.4 Servers
Revision as of 04:24, 5 December 2022 by Habi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In the npcscripts, the following standard [libraries] of Squirrel are included.

  • Input Output Library
  • System Library
  • Math Library
  • String Library
  • Blob Library

The squirrel's clock() function which returns number of seconds elapsed since system was started is [bugged] on linux systems. You can use GetTickCount instead.