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...")
 
No edit summary
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{IO|OnFullyOpen|Fired when the brush reaches the end position (''starting position + (move direction * move distance)'').}}
{{minititle|FuncMoveLinear}}
{{IO|OnFullyClosed|Fired when the brush reaches the starting position.}}
{{O|OnFullyOpen|ac-is-this=1|Fired when the brush reaches the end position (''starting position + (move direction * move distance)'').}}
{{O|OnFullyClosed|ac-is-this=1|Fired when the brush reaches the starting position.}}<noinclude>
[[Category:Output Templates|FuncMoveLinear]]
</noinclude>

Latest revision as of 04:21, 20 May 2025

FuncMoveLinear:

OnFullyOpen
!activator = !caller = this entity
Fired when the brush reaches the end position (starting position + (move direction * move distance)).
OnFullyClosed
!activator = !caller = this entity
Fired when the brush reaches the starting position.