asw_objective_kill_queen

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Code classes:

asw_objective_kill_queen is a point entity present in Asw.pngAlien Swarm. It creates an objective which is to kill a queen. This entity will handle the task a bit differently than asw_objective_kill_aliens. To do: How so?

FGD Code[edit | edit source]

@PointClass base(Targetname, ASWObjective) = asw_objective_kill_queen : 
	"Alien Swarm Mission Objective"
[
	queenname(string) : "Queen name" : "" : "Targetname of the asw_queen that has to be killed."
]

Keyvalues[edit | edit source]

Queen name (queenname) <target_destination>
targetname of the asw_queen that has to be killed.