mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-27 16:35:27 +03:00
Added unavoidable keyvalue/input for combine_mine
This commit is contained in:
parent
415858c009
commit
76a0395cf3
@ -4770,12 +4770,19 @@
|
||||
16449 : "NPC LOS (MASK_BLOCKLOS)"
|
||||
]
|
||||
|
||||
SetUnavoidable(choices) : "Unavoidable" : 0 : "If true, this mine will not be avoided by companion NPCs." =
|
||||
[
|
||||
0: "No"
|
||||
1: "Yes"
|
||||
]
|
||||
|
||||
// Inputs
|
||||
input Disarm(void) : "Disarm this mine (open hooks and shut off) if not placed by player."
|
||||
input Bounce(void) : "Causes this mine to instantly bounce straight up into the air."
|
||||
input BounceAtTarget(target_destination) : "Causes this mine to bounce at the specified entity, regardless of distance."
|
||||
input SetEnemyFilter(target_destination) : "Changes this mine's enemy filter to the named filter."
|
||||
input SetFriendFilter(target_destination) : "Changes this mine's friend filter to the named filter."
|
||||
input SetUnavoidable(bool) : "Sets whether this mine will not be avoided by companion NPCs."
|
||||
|
||||
// Outputs
|
||||
output OnPulledUp(void) : "Fires when this mine is uprooted with a physgun."
|
||||
|
Loading…
Reference in New Issue
Block a user