util.PrecacheSound
From GMod Wiki
Function | |
Syntax |
util.PrecacheSound( String filename ) Where is this used? |
Description: | |
Precaches a sound file. | |
Returns: | nil |
Part of Library: | Util |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.PrecacheSound]Util.PrecacheSound [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | Precaches the sound "Sound.wav" file. |
---|---|
Used on | |
Code | util.PrecacheSound("Path/To/Sound.wav") |
Output | N/A |