game.RemoveRagdolls
From GMod Wiki
Function | |
Syntax |
game.RemoveRagdolls( ) Where is this used? |
Description: | |
Removes all the clientside ragdolls | |
Returns: | nil |
Part of Library: | Game |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Game.RemoveRagdolls]Game.RemoveRagdolls [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Description | This will remove all the client ragdolls every 3 secconds |
---|---|
Used on | |
Code | timer.Create("removeRagdolls", 3, 0, game.RemoveRagdolls) |
Output | None |
Additional Notes
- This function exists both serverside and clientside, yet has no effect when run from the server