Difference between revisions of "PLAY SOUND FRONTEND"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Native |np=2 |p1t=int |p1d=Unknown |p2t=string |p2d=Unknwon }} The results of this function are either unknown or untested.")
 
(This will play a internal game sound with given parameters)
Line 1: Line 1:
 
{{Native
 
{{Native
 
|np=2
 
|np=2
|p1t=int
+
|p1t=Integer
|p1d=Unknown
+
|p1d=Unknown, Suggested: -1
|p2t=string
+
|p2t=String
|p2d=Unknwon
+
|p2d=Sound FileName, e.g "NAV_UP_DOWN"
 +
|p3t=String
 +
|p3d=soundset, e.g "HUD_FRONTEND_DEFAULT_SOUNDSET"
 +
|p3t=Boolean
 +
|p3d=Unknown, Suggested: 0
 
}}
 
}}
 
The results of this function are either unknown or untested.
 

Revision as of 17:42, 29 April 2015

PLAY_SOUND_FRONTEND
Number of parameters: 2
Parameter #TypeDescription
1.IntegerUnknown, Suggested: -1
2.StringSound FileName, e.g "NAV_UP_DOWN"
3.BooleanUnknown, Suggested: 0
Return value:
TypeDescription
None