DModelPanel.SetAnimated

From GMod Wiki

Jump to: navigation, search
Function
Syntax DModelPanel:SetAnimated( Boolean Animated )
Description:
Sets if the model is animated or not.
Returns: nil
In Object: DModelPanel
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=DModelPanel.SetAnimated]DModelPanel.SetAnimated [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionSets if the model is animated or not.
Used onNewerClient.png
Code
 
DModelPanel = vgui.Create("DModelPanel")
DModelPanel:SetAnimated(true)
 
OutputN/A


Additional Notes

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox