Difference between revisions of "HAVE ANIMS LOADED"
Jump to navigation
Jump to search
(New page: {{Native |noheader=0 |np=1 |np=1 |p1t=string |p1d=animation name |r=1 |rt=boolean |rd=true if anim has been loaded }} Returns a boolean indicating if the specified animation has been load...) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
− | |||
− | |||
|np=1 | |np=1 | ||
|p1t=string | |p1t=string | ||
Line 14: | Line 12: | ||
'''Example Usage:''' | '''Example Usage:''' | ||
HAVE_ANIMS_LOADED("amb@atm") | HAVE_ANIMS_LOADED("amb@atm") | ||
− | |||
− |
Latest revision as of 00:20, 12 June 2017
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | string | animation name |
Return value: | ||
Type | Description | |
boolean | true if anim has been loaded |
Returns a boolean indicating if the specified animation has been loaded.
Example Usage: HAVE_ANIMS_LOADED("amb@atm")