Garry's Mod Wiki

Garry's Mod Wiki

  number DModelPanel:GetAnimSpeed()

Description

Returns the animation speed of the panel entity, see DModelPanel:SetAnimSpeed.

Returns

1 number
The animation speed.

Example

Prints out the default animation speed.

local mdl = vgui.Create("DModelPanel") mdl:SetPos(20, 20) mdl:SetSize(200, 200) mdl:SetModel("models/props_junk/watermelon01.mdl") print(mdl:GetAnimSpeed())
Output: 0.5

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...