DModelPanel:SetAnimSpeed
Description
Sets the speed used by DModelPanel:RunAnimation to advance frame on an entity sequence.
Entity:FrameAdvance doesn't seem to have any functioning arguments and therefore changing this will not have any affect on the panel entity's sequence speed without reimplementation. It only affects the value returned by DModelPanel:GetAnimSpeed
Arguments
Example
A reimplementation of DModelPanel:LayoutEntity which will modify the entity's sequence playback rate based on the set animation speed. This example has Alyx run twice as fast as normal.