Asw bloodhound: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with '== asw_bloodhound == {{as}} This is a point entity available in Alien Swarm. It creates a static model and cannot interact with other entities in any way as it seems. The mo…')
 
(-added class hierarchy)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== asw_bloodhound ==
{{CD|CASW_Bloodhound|file1=1}}
{{this is a|model entity|name=asw_bloodhound|game=Alien Swarm}}


{{as}} This is a point entity available in [[Alien Swarm]]. It creates a static model and cannot interact with other entities in any way as it seems.
== Entity description ==
Dropship used to deploy marines in Landing Bay mission. It creates a static model and cannot interact with other entities in any way as it seems.
The model displayed is <code>models\swarmprops\vehicles\bloodhoundmesh.mdl</code>.
The model displayed is <code>models\swarmprops\vehicles\bloodhoundmesh.mdl</code>.
There are no inputs available, due to the fact that it hasn't got a name keyvalue - outputs don't seem supported either.
There are no inputs available, due to the fact that it hasn't got a name keyvalue - outputs don't seem supported either.


== Keyvalues ==
== Keyvalues ==
 
{{KV Angles}}
;Pith Yaw Roll (X Y Z):
:This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
 
 
 
== See Also ==
 
;[[List of Alien Swarm entities]]
 
 
 
[[Category:Alien Swarm Entities]]

Latest revision as of 07:31, 20 May 2025

C++ Class hierarchy
CASW_Bloodhound
CBaseAnimating
CBaseEntity
C++ asw_bloodhound.cpp

asw_bloodhound is a model entity available in Alien Swarm Alien Swarm.

Entity description

Dropship used to deploy marines in Landing Bay mission. It creates a static model and cannot interact with other entities in any way as it seems. The model displayed is models\swarmprops\vehicles\bloodhoundmesh.mdl. There are no inputs available, due to the fact that it hasn't got a name keyvalue - outputs don't seem supported either.

Keyvalues

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.