Template:O FuncMoveLinear: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{IO|OnFullyOpen|Fired when the brush reaches the end position (''starting position + (move direction * move distance)'').}} {{IO|OnFullyClosed|Fired when the brush reaches th...")
 
({{minititle|FuncMoveLinear}})
Line 1: Line 1:
{{minititle|FuncMoveLinear}}
{{IO|OnFullyOpen|Fired when the brush reaches the end position (''starting position + (move direction * move distance)'').}}
{{IO|OnFullyOpen|Fired when the brush reaches the end position (''starting position + (move direction * move distance)'').}}
{{IO|OnFullyClosed|Fired when the brush reaches the starting position.}}
{{IO|OnFullyClosed|Fired when the brush reaches the starting position.}}

Revision as of 02:42, 9 September 2018

FuncMoveLinear:

OnFullyOpen
Fired when the brush reaches the end position (starting position + (move direction * move distance)).
OnFullyClosed
Fired when the brush reaches the starting position.