Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added OnCrashed output to info_target_gunshipcrash. #3

Open
wants to merge 1 commit into
base: mapbase
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion halflife2.fgd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//====== Copyright 1996-2005, Valve Corporation, All rights reserved. =======

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did we have to edit the comment?

//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
//
// Purpose: Half-Life 2 game definition file (.fgd)
//
Expand Down Expand Up @@ -1629,6 +1629,8 @@
[
input Enable(void) : "Enable the crash target."
input Disable(void) : "Disable the crash target."

output OnCrashed(void) : "Fired when a gunship crashes at the target."
]

@NPCClass base(BaseHelicopter) studio("models/combine_dropship.mdl" ) = npc_combinedropship : "Combine Dropship"
Expand Down