Sprite add sprite: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
(→‎Example Call: general cleanup using AWB)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Notation ==
{{FuncTitle|sprite_add_sprite|fname}}
{{func|sprite_add_sprite|fname}}
 
== Description ==
== Description ==
General description of the function.
General description of the function.


== Parameters ==
== Parameters ==
*List parameters with a description of each.
{| class="funcpars"
! Parameter !! Description
|-
| parameter || list parameters with a description of each...
|}


== Return Values ==
== Return Values ==
Document return values.
'''returntype''': Returns...


== Example Call ==
== Example Call ==
<syntaxhighlight lang="gml">
<syntaxhighlight lang="edl">
Example of using the function.
// Example of using the function.
</syntaxhighlight>
</syntaxhighlight>
{{DISPLAYTITLE:sprite_add_sprite}}
__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.