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
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Native
 
{{Native
|noheader=0
 
|np=1
 
 
|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")
 
[[Category:Native functions]]
 

Latest revision as of 00:20, 12 June 2017

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")