NPC.SetHullType

From GMod Wiki

Jump to: navigation, search
Function
Syntax NPC:SetHullType( Integer hulltype )
Description:
Sets the type of the hull for an NPC
Returns: nil
In Object: Npc
Realm: NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=NPC.SetHullType]NPC.SetHullType [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionThis will make the entity have a human size hull
Used onNewerServer.png
Code
 ent:SetHullType(HULL_HUMAN)
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox