List of Nasal extension functions: Difference between revisions

Jump to navigation Jump to search
md5
(aircraft.history: describe parameter)
(md5)
Line 189: Line 189:
[[Nasal scripting language#settimer loops|More information about using the settimer function to create loops.]]
[[Nasal scripting language#settimer loops|More information about using the settimer function to create loops.]]


=== <tt>maketimer()</tt> (v. 2.11+) ===
=== <tt>maketimer()</tt> (2.11+) ===


As of 2.11, there is a new API for making a timer that allows more control over what happens in a timer – as opposed to setting one and forgetting about it.
As of 2.11, there is a new API for making a timer that allows more control over what happens in a timer – as opposed to setting one and forgetting about it.
Line 450: Line 450:
</syntaxhighlight>
</syntaxhighlight>


=== HTTP module (v. 2.99+) ===
=== HTTP module (2.99+) ===


Get remote data using the HTTP.
Get remote data using the HTTP.
Line 489: Line 489:


Seed the random number generator based upon the current time. Returns 0.
Seed the random number generator based upon the current time. Returns 0.
=== <tt>md5()</tt> (3.1+) ===
Get the md5 hash of a string.
<syntaxhighlight lang="nasal">
var hash = md5(<str>);
</syntaxhighlight>


=== <tt>abort()</tt> ===
=== <tt>abort()</tt> ===
166

edits

Navigation menu