Func conveyor (Source 2): Difference between revisions
Jump to navigation
Jump to search
Warning:
Thunder4ik (talk | contribs) m (→top: clean up, replaced: {{entitytabs → {{tabs) |
No edit summary |
||
Line 7: | Line 7: | ||
{{KV|Move Direction (Pitch Yaw Roll)||The direction conveyor moves.}} | {{KV|Move Direction (Pitch Yaw Roll)||The direction conveyor moves.}} | ||
{{KV|Conveyor Speed|float|Conveyor speed, specified in [[Hammer Units]] / second}} | {{KV|Conveyor Speed|float|Conveyor speed, specified in [[Hammer Units]] / second}} | ||
{{KV|Transition Duration|float|How long it will take to transition to the new speed, specified in seconds. {{ | {{KV|Transition Duration|float|How long it will take to transition to the new speed, specified in seconds.}} | ||
==Inputs== | |||
{{IO|ToggleDirection|Reverses direction of conveyor belt by changing speed from a positive number to a negative number (e.g 100 to -100) and vice versa.}} | |||
{{IO|SetSpeed|Sets speed of conveyor belt specified in a parameter}} | |||
{{IO|SetTransitionDuration|Changes number of seconds that conveyor belt will transition to a new speed in case of receiving any of inputs above}} |
Revision as of 16:47, 13 February 2024
func_conveyor
is a mesh available in Counter-Strike 2.

- The {{{engine}}} parameter is inconsistent with the name defined by the {{source2}} template. This can most likely be fixed by setting the value of the {{{engine}}} parameter to Source 2.
If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
It can be used to create conveyor belts that can move players, physics objects and weapons (including C4)
Keyvalues
- Models ([todo internal name (i)]) <string>
- Name of the conveyor models that will animate along with the conveyor.
- Move Direction (Pitch Yaw Roll) ([todo internal name (i)])
- The direction conveyor moves.
- Conveyor Speed ([todo internal name (i)]) <float>
- Conveyor speed, specified in Hammer Units / second
- Transition Duration ([todo internal name (i)]) <float>
- How long it will take to transition to the new speed, specified in seconds.
Inputs
- ToggleDirection
- Reverses direction of conveyor belt by changing speed from a positive number to a negative number (e.g 100 to -100) and vice versa.
- SetSpeed
- Sets speed of conveyor belt specified in a parameter
- SetTransitionDuration
- Changes number of seconds that conveyor belt will transition to a new speed in case of receiving any of inputs above