util.IsValidProp
From GMod Wiki
Revision as of 19:18, 29 October 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
util.IsValidProp( String Model Path ) Where is this used? |
Description: | |
Returns true if model is a valid prop, false if not. Returns false on ragdolls | |
Returns: | Boolean IsValidProp |
Part of Library: | Util |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.IsValidProp]Util.IsValidProp [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- the base file for model files is always "model/" thus this will always be returned by this function when called.