mirror of
https://github.com/mapbase-source/source-fgds.git
synced 2024-12-28 08:45:27 +03:00
Added "Spawn even if player meets all requirements" spawnflag on item_dynamic_resupply to FGD, added new OnSpawnNPC output for npc_combinedropship
This commit is contained in:
parent
39b75266ae
commit
7888c71185
@ -1691,6 +1691,8 @@
|
||||
|
||||
output OnCrateShotDownBeforeDropoff(float) : "Fires when the container was shot down before it dropped off soldiers. The parameter contains the number of soldiers that weren't successfully dropped off."
|
||||
output OnCrateShotDownAfterDropoff(void) : "Fires when the container was shot down after it dropped off soldiers."
|
||||
|
||||
output OnSpawnNPC(ehandle) : "Fires when this dropship spawns a NPC."
|
||||
|
||||
]
|
||||
|
||||
@ -4067,6 +4069,7 @@
|
||||
[
|
||||
1 : "[1] Use Master's values" : 1
|
||||
2 : "[2] Is Master" : 0
|
||||
4 : "[4] Spawn even if player meets all requirements" : 0
|
||||
8 : "[8] Fallback to Health Vial" : 0
|
||||
16 : "[16] Alternate master" : 0
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user