Ent text
centerless grinding toshiba a65-s1062 burn dvds wife fucked the airlines tickets 5th wheel vti_cnf what is video for myspace site myspace.com free olsen twin porn u.s national center for health statistics michigan new home builder fort monmouth daddyyankee shoes waterproofing refrigerator repair teen chicks zimmer preteen boys nude, boys nude horny secretary gallery dreamkelly teen sex advice party cove girls decals black breast christina millian sam heuston prom updos starting your own web site leather moccasins midget espoir tournoi world record marathon times k2 world piste ski employment mart opportun wal personnel meb.gov.tr linz family position papers model un weenie half priced books animal organization protection pelvic fins texas sales tax chart 16 3513 emre kips to pounds conversion product key microsoft office 2003 pro junglebook bear necessities bordeaux star wars episode 7 prevata memento a time to kill by marvel super hero arcade game horse pussy fuckers kensington court london sacagawea land survey tech kaiser bakeware noblesse sight and blindness in oedipus estonian investment keyword or item number zoe lister unreal maps download small block chevy valve cover free aquarium preggoman emerson snowstorm southport library indianapolis glass pipe birthday invitation card rent board sf profi lingua.pl 2nd grade math practice impedancia caracteristica ashanti foolish md taxes status educational psychology busty tabatha haley hills 13 year olds naked air force meps jill hennessy gallery asian feet ami survivor vanuatu burj al arab medical search engine leaky cauldron caught my sister masturbating zimbabwe hiv aids elizabeth peyton gallery wedding night hymen thrombocytopenia easy e marc morial investigation eagle gallery pussy spread en language language lenen line nl nl site nri services in india stadium club scranton farm fucker pda ipaq 1940 soul asylum misery tab 1 3.html download free linux operating system ac3 unlimited volkl system of a down mezmerize rogner bad blumau fidelity investments key west fishing attorney county dwi williamson mini motorcycle girl next door clips it help desk jobs spred albino black sheep new lolita bbs steel gauge size career site search hawaii home rentals stacy keibler in topless cars for sale junior girl clothing store hit the road jack consuption junction informaticos riesgos tipos big red wireless capital partners inc. albany state life in australia apt get list available kansas city kansas maps via kt600 review angeles city rog reviews mopar agreement refunding apple trailers goku ssj6 koblenz map pocis so long and thanks for all the fish dog sounds big bottom girls amr ambulance crash sonic drive in nutrition information virtual girl stripers teen erotica art sometimes schools of chiropractic villas in tuscany with 10 bedrooms sharp ink jet cartridge guns n roses november rain yeh tera ghar yeh mera ghar real estate boston area mean girl buddy icon Template:Wrongtitle
The ent_text
console command is a debugging tool for examining an entity's internal state. When enabled on an entity, appropriate data for that entity class will be displayed via text overlayed onscreen. It's extremely useful for debugging entity logic problems and AI problems.
Example

An example of ent_text
in action. The display has been turned on for the npc_citizen seated in the chair, and for the prop_physics resting on the shelf. See below for a breakdown of the information displayed.
Notes
The information displayed for an entity by the ent_text
command differs for each entity type. In general, the information is fairly self explanatory, so this section will only go into a couple of the main entity types that are commonly investigated using this command.
- Base Entity Information (displayed for all entities)
- (
<entity index>
) Name:<targetname>
(<classname>
)- If the entity has no targetname, the
targetname
field will display the entity classname instead.
- If the entity has no targetname, the
- (
- Model Information (displayed for all entities that use models)
- Model:
<model name>
- Sequence:
<sequence index>
<activity / sequence name>
- Cycle:
<anim cycle>
(<anim time>
)
- Model:
- NPC Information (displayed for all NPCs)
- Health:
<health>
- Stat:
<AI state>
- Move:
<movement method>
- Behv:
<active behavior, if any>
- Schd:
<active schedule name>
- Task:
<activate task name>
<task index in active schedule>
- Actv:
<current activity>
(<ideal activity>
) (<root / untranslated activity>
) - Vel:
<absolute velocity X Y Z>
Ang:<angular velocity X Y Z>
- This will only appear if the NPC is moving and/or rotating.
- Stress:
<amount of physics stress on the NPC>
- HAS FL_FLY
- This will only appear if the NPC currently has the FL_FLY flag set.
- Enemy too far to attack
- This will appear if the NPC has the COND_ENEMY_TOO_FAR condition set.
- Squad Leader
- This will appear if the NPC is the leader of the squad it is in.
- Health:
- Prop_Physics Information
- Mass:
<mass in kgs>
kg /<mass in lbs>
lb (<real world object of similar mass>
) - Stress:
<amount of physics stress on the NPC>
- Motion Disabled
- This will appear if the object has had its motion disabled (usually due to the mapmaker setting the appropriate flag)
- Base PropData:
<prop data specified by this prop's model>
- Breakable Chunks:
<number of generic gibs this object breaks into>
(Max size<maximum size of generic gibs used>
) - Health:
<health>
, collision group<collision group>
- Mass:
Caveats
- Some entities do not require a physical location to perform their function. For these entities, Hammer doesn't export an origin, and as a result, when you ent_text them, their text will appear at the world origin, not the position they appear in Hammer. In general, these entities have classnames beginning with
env_
orlogic_
.
Usage
ent_text
- This will toggle the entity text display for the entity under your crosshair, if any. Note that this only works for entities that are solid (i.e. can be "hit" by the trace).
ent_text <entity index>
- This will toggle the entity text display for the entity matching the specified entity index, if any.
ent_text <name>
- This will toggle the entity text display for all entities whose classname matches the specified name, or whose targetname matches the specified name.