Template:I BaseHelicopter: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) No edit summary |
m (Reverted edits by Nesciuse (talk) to last revision by Alexiscoutinho) Tag: Rollback |
||
(16 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{param|bms}} - if 1, hides inputs not available in Black Mesa. | ||
If no params or bms=0 | |||
{{ {{PAGENAME}} }} | |||
If bms=1 | |||
{{ {{PAGENAME}} | bms=1}} | |||
<includeonly> | |||
<onlyinclude>{{Expand|title={{#ifeq: {{{bms|0}}}|0||BM}}BaseHelicopter| | |||
{{I|MoveTopSpeed|The helicopter will immediately move at top speed toward its current goal, or in its current orientation if it's on top of its goal.}} | |||
{{I|MoveSpecifiedSpeed|The helicopter will immediately move at the specified speed (you provide this as parameter override in units per second) towards its current goal.|param=float}} | |||
{{I|ChangePathCorner|param=targetname|Tell the helicopter to move to a path corner on a new path.}} | |||
{{I|SelfDestruct|Self Destruct.}} | |||
{{I|Activate|Activate. Use to wake up a helicopter that spawned with the 'Await Input' spawnflag on.}} | |||
{{I|SetTrack|param=targetname|Set a track for the helicopter to adhere to. The helicopter will do nothing if it's on the same path, and will move to the closest point on the specified track if it's on a different path.}} | |||
{{I|FlyToSpecificTrackViaPath|param=targetname|The helicopter will first fly to the closest point on the path if it's on a different path. Then it'll fly along the path to the specified track point.}} | |||
{{I|FlyToPathTrack|param=targetname|The helicopter will fly to the given {{ent|path_track}}.}} | |||
{{I|StartPatrol|Start patrolling back and forth along the current track.}} | |||
{{I|StopPatrol|Stop patrolling back and forth along the track. This will cause the helicopter to come to rest at the track which he's currently flying toward.}} | |||
{{I|ChooseFarthestPathPoint|When tracking an enemy, choose the point on the path furthest from the enemy, but still in firing range.}} | |||
{{I|ChooseNearestPathPoint|When tracking an enemy, choose the point on the path nearest from the enemy.}} | |||
{{I|StartBreakableMovement|The helicopter is now allowed to disobey direct commands to go to particular points if it senses an enemy. It will move to the closest point (or farthest point, if ChooseFarthestPathPoint is used), on the path if it senses an enemy.}} | |||
{{I|StopBreakableMovement|The helicopter can no longer disobey direct commands. It will continue to fly along it's patrol path or to it's specified target even if it senses an enemy.}} | |||
{{I | {{I|EnableRotorSound|Starts the chopper's rotors making noise (normal behaviour)|}} | ||
}} | {{I|DisableRotorSound|Stops the noise made by the rotors|}} | ||
{{I|EnableRotorWash|Makes the chopper exert a force on physics objects underneath its rotor, and produce a wind pattern on any water (normal behaviour)|}} | |||
{{I|DisableRotorWash|Turns off the forces and wind pattern|}} | |||
{{I|SetAngles|nofgd=1}} | |||
{{I|InputStartLeading|nofgd=1}} | |||
{{I|InputStopLeading|nofgd=1}} | |||
{{#ifeq: {{{bms|0}}}|1|| | |||
{{I|GunOn|Allows the chopper to use its gun (normal behaviour)|}} | |||
{{I|GunOff|Prevents the chopper from using its gun|}} | |||
{{I|MissileOn|Starts the chopper firing rockets {{bug|Non-functional.}}|}} | |||
{{I|MissileOff|Stops the chopper firing rockets {{bug|Non-functional.}}|}} | |||
}}}}</onlyinclude> | |||
</includeonly> | |||
[[Category:Input Templates|BaseHelicopter]] |
Latest revision as of 07:12, 20 May 2025
{{{bms}}} - if 1, hides inputs not available in Black Mesa.
If no params or bms=0
|
If bms=1
|