Ent text
all airlines tmobile wireless service medicare part d yung joc cash advance color contacts free amateur teen sex movie online puzzles mazda rx8 dexatrim britney spears nude teenporn gender selection adult film girl photo designer shoes big dick breaking benjamin iah airport present tense porno gallery soccer jerseys old trucks swinger free suncom ringtones free ringtones samsung x427 celebritysex xanax buy free cell phones screensavers dating singles mobic exterior lighting pfizer viagra nokia7610 software tall woman freesexmovies big breasts lisinopril plumbing wireless internet provider adventure quest lesbean native americans cheerleading stunt picture how much does it cost to build a garage tampa personals auto classifieds pool heaters rainforest canopy ann arbor company party planning yahoo job search hustler gothic porn credito online education equifax free credit report chevy impala free magazines online tramadol country flags super big penis designer checks four leaf clover wedding ring very short mini skirt anal whore costume diet sheet for diverticulitis reverse phone search black lesbian forbiddenvideo online discount coupon cum in pussy aeroflot airlines peugeot sex pistol suzuki t mobile sidekick 4 estate agents free online psychic reading jack radcliffe ford lightning dolce and gabbana sun lite truck camper nissan motors farcry mods hampton bay lighting candid hollister jeans onlinegames country wide florida medicaid brass door knockers clear channel outdoor audi rs4 resume realestate cheap hotels costco home furniture buy shoes wholesale lenders male celebrities vietnamese ringtones ford focus anime sex movie digital rebel xt lowest airfare mobile phone wallpaper busty amateur abstract art paintings marx toy soldiers free cum shot movies motorola blue tooth headset manual hersheys chocolate guns roses personalized baby gift basket cingular wireless home page blonde boat names bank of america career sprint inthe vip virgin hymen autodata free mp3 hip hop ringtone candystand hypnotized teen nokia ringtone free jc penney catalog venus swimsuit voyer injury settlement pregnantsex california super lotto result chest pain isp reviews ratings tvguide channel cingular phone adora dolls sania mirza hypothyroidism diet asian boob yamaha venture royale nude pic levi jeans full body massage find peoples cell phone numbers adult fantasy notebook computer dx entrance theme mask online high school yearbooks free people email finder methodone bet music kama sutra sex spanish translators chuck e cheese coupons birth control us immigration crystal carlson back massager toyota tacoma florida vacations poison oak bit torn file sharing asics volvo parts personal asset preventive maintenance software car ratings for insurance inventions real estate oahu hawaii halloween costume idea group acura part free puzzle verison wireless phone truck tires t-mobile phone bicycle sex love headset play free games 5th wheel trailer mediterranean cruise online poker tournament limewire download rozerem display boxes hydroxyzine hcl bradenton florida weather locate people doll house furniture sapphicerotica videos vasectomy reversal download music to mp3 player nascar tickets best dating site jackpots canadian prepaid master card hot lesbian 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.