Squirrel Standard Library Functions: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|}</big> | |}</big> | ||
The squirrel's clock() function which returns number of seconds elapsed since system was started is [[https://sourceforge.net/p/squirrel/bugs/7/ bugged]] on linux systems. You can use [[GetTickCount]] instead. |
Latest revision as of 04:24, 5 December 2022
In the npcscripts, the following standard [libraries] of Squirrel are included.
|
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.