Difference between revisions of "HAVE ANIMS LOADED"

From GTAMods Wiki
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
Line 1: Line 1:
 
{{Native
 
{{Native
|noheader=0
 
 
|np=1
 
|np=1
 
|np=1
 
|np=1
Line 14: Line 13:
 
'''Example Usage:'''
 
'''Example Usage:'''
 
HAVE_ANIMS_LOADED("amb@atm")
 
HAVE_ANIMS_LOADED("amb@atm")
 
[[Category:Native functions]]
 

Revision as of 11:25, 27 December 2008

HAVE_ANIMS_LOADED
Number of parameters: 1
Parameter #TypeDescription
1.stringanimation name
Return value:
TypeDescription
booleantrue if anim has been loaded

Returns a boolean indicating if the specified animation has been loaded.

Example Usage: HAVE_ANIMS_LOADED("amb@atm")