Template:I FuncMoveLinear: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added Template:Lang)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{lang|Template:I FuncMoveLinear}}
{{minititle|FuncMoveLinear}}
Use <code>|l4d2=1</code> to show two inputs that are for entities available in L4D2 only.</noinclude>{{minititle|FuncMoveLinear}}
{{I|Open|Move the brush to the end position (''starting position + (move direction * move distance)'').}}
{{IO|Open|Move the brush to the end position (''starting position + (move direction * move distance)'').}}
{{I|Close|Move the brush to the starting position.}}
{{IO|Close|Move the brush to the starting position.}}
{{I|SetPosition|param=float|Move the brush to a specific position, where 0 is the starting position and 1 is the starting position + (''move direction * move distance'').}}
{{IO|SetPosition|param=float|Move the brush to a specific position, where 0 is the starting position and 1 is the starting position + (''move direction * move distance'').}}
{{I|SetSpeed|param=float|Set the speed and update immediately.}}
{{IO|SetSpeed|param=float|Set the speed and update immediately.}}<!--
{{#ifeq:{{{l4d2}}}|0||{{I|TeleportToTarget|param=targetname|Teleport to the origin of a given entity.|only={{l4d2}}}}
-->{{#if:{{{l4d2|}}}|{{IO|TeleportToTarget|since=l4d2|param=targetname|{{l4d2}} only. Teleport to the origin of a given entity.}}
{{I|ResetPosition|param=float|Set a new start position, parameter relative to wherever the current one is. {{todo|Parameter might actually be optional?}}|only={{l4d2}}}}}}<noinclude>
{{IO|ResetPosition|since=l4d2|param=float|{{l4d2}} only. Set a new start position, parameter relative to wherever the current one is. {{todo|Parameter might actually be optional?}}}}}}<noinclude>
[[Category:Input Templates|FuncMoveLinear]]
[[Category:Input Templates|FuncMoveLinear]]
</noinclude>
</noinclude>

Latest revision as of 06:43, 9 May 2025

FuncMoveLinear:

Open
Move the brush to the end position (starting position + (move direction * move distance)).
Close
Move the brush to the starting position.
SetPosition <float>
Move the brush to a specific position, where 0 is the starting position and 1 is the starting position + (move direction * move distance).
SetSpeed <float>
Set the speed and update immediately.
TeleportToTarget <targetname> (only in Left 4 Dead 2)
Teleport to the origin of a given entity.
ResetPosition <float> (only in Left 4 Dead 2)
Set a new start position, parameter relative to wherever the current one is.
Todo: Parameter might actually be optional?