util.IsValidRagdoll
From GMod Wiki
Revision as of 19:18, 29 October 2009 by Crazy Quebecer (Talk | contribs)
| Function | |
| Syntax |
util.IsValidRagdoll( String Model Path ) Where is this used? |
| Description: | |
| Returns true if model is a valid ragdoll, false if not. Returns false on props. | |
| Returns: | Boolean |
| Part of Library: | Util |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.IsValidRagdoll]Util.IsValidRagdoll [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.