Swarmbase.fgd: Difference between revisions
Jump to navigation
Jump to search
(from Alien Swarm/bin) |
SirYodaJedi (talk | contribs) No edit summary |
||
(10 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
< | From {{as|4}}. The FGD file can be located here: {{path|...\common\Alien Swarm\bin\swarmbase|fgd|icon=file}} | ||
This file is included in {{Path|[[Swarm.fgd|...\common\Alien Swarm\bin\swarm.fgd]]}} | |||
{{codeblock|src=swarmbase.fgd|lang=fgd|<nowiki>//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======= | |||
// | // | ||
// Purpose: General game definition file (.fgd) | // Purpose: General game definition file (.fgd) | ||
Line 5: | Line 9: | ||
//============================================================================= | //============================================================================= | ||
@include "base.fgd" | @include "</nowiki>[[Base.fgd/Alien_Swarm|base.fgd]]<nowiki>" | ||
@BaseClass = Targetname | @BaseClass = Targetname | ||
Line 33: | Line 37: | ||
output OnUser4(void) : "Fired in response to FireUser4 input." | output OnUser4(void) : "Fired in response to FireUser4 input." | ||
] | ] | ||
@BaseClass base(Targetname, Parentname, Origin, EnableDisable, Global) = TriggerOnce | @BaseClass base(Targetname, Parentname, Origin, EnableDisable, Global) = TriggerOnce | ||
Line 133: | Line 136: | ||
output OnExtinguished(void) : "Fires when the fire is fully extinguished." | output OnExtinguished(void) : "Fires when the fire is fully extinguished." | ||
] | ] | ||
@PointClass base(Angles) size(-16 -16 -16, 16 16 16) color(0 0 255) = sky_camera : | @PointClass base(Angles) size(-16 -16 -16, 16 16 16) color(0 0 255) = sky_camera : | ||
Line 152: | Line 154: | ||
input ActivateSkybox(void) : "Make this skybox the active one." | input ActivateSkybox(void) : "Make this skybox the active one." | ||
] | ] | ||
//------------------------------------------------------------------------- | //------------------------------------------------------------------------- | ||
Line 254: | Line 255: | ||
input IgniteHitboxFireScale(float) : "Ignite, with a parameter hitbox fire scale." | input IgniteHitboxFireScale(float) : "Ignite, with a parameter hitbox fire scale." | ||
] | ] | ||
@PointClass base(Node) studio("models/editor/ground_node.mdl") color(232 219 8) = info_node : | @PointClass base(Node) studio("models/editor/ground_node.mdl") color(232 219 8) = info_node : | ||
Line 330: | Line 330: | ||
input TurnOn(void) : "Turn the link on." | input TurnOn(void) : "Turn the link on." | ||
input TurnOff(void) : "Turn the link off." | input TurnOff(void) : "Turn the link off." | ||
]</ | ]</nowiki>}} | ||
[[Category:Source 1 FGDs]] | |||
[[Category:Alien Swarm]] | |||
[[Category:Valve FGDs]] |
Latest revision as of 18:24, 20 March 2025
From Alien Swarm. The FGD file can be located here:
...\common\Alien Swarm\bin\swarmbase.fgd
This file is included in ...\common\Alien Swarm\bin\swarm.fgd