game.RemoveRagdolls

From GMod Wiki

Jump to: navigation, search
Function
Syntax game.RemoveRagdolls( )
Where is this used?
Description:
Removes all the clientside ragdolls
Returns: nil
Part of Library: Game
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Game.RemoveRagdolls]Game.RemoveRagdolls [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Example

DescriptionThis will remove all the client ragdolls every 3 secconds
Used onNewerClient.png
Code
 
timer.Create("removeRagdolls", 3, 0, game.RemoveRagdolls)
 
OutputNone


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox