Squirrel Standard Library Functions

From NPC for VCMP 0.4 Servers
Revision as of 05:37, 21 November 2022 by Habi (talk | contribs) (Created page with "__NOTOC____NOEDITSECTION__<big> In the npcscripts, the following standard http://squirrel-lang.org/squirreldoc/stdlib/index.html libraries of Squirrel are included. {| st...")
(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

For example, if the user wants to get the number of seconds elapsed since the start of system, they can use clock() function which returns the same as a float value.