Sprite add sprite: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
(generating parameter tables for functions using AWB)
(→‎Example Call: general cleanup using AWB)
 
Line 14: Line 14:


== Example Call ==
== Example Call ==
<syntaxhighlight lang="gml">
<syntaxhighlight lang="edl">
// Example of using the function.
// Example of using the function.
</syntaxhighlight>
</syntaxhighlight>
__NOTOC__
__NOTOC__
{{Function:GM}}
{{Function:GM}}

Latest revision as of 22:39, 2 May 2013

Description

General description of the function.

Parameters

Parameter Description
parameter list parameters with a description of each...

Return Values

returntype: Returns...

Example Call

// Example of using the function.