NPC.SetHullType
From GMod Wiki
Revision as of 14:44, 13 September 2009 by UnrealomegaBot (Talk | contribs)
Function | |
Syntax | NPC:SetHullType( Integer hulltype ) |
Description: | |
Sets the type of the hull for an NPC | |
Returns: | nil |
In Object: | Npc |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=NPC.SetHullType]NPC.SetHullType [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | This will make the entity have a human size hull |
---|---|
Used on | |
Code | ent:SetHullType(HULL_HUMAN) |
Output | N/A |