ENT.Draw
From GMod Wiki
Event Hook | |
Hook Name | Draw |
Syntax | ENT:Draw( ) |
Description | Called to draw the entity. |
Returns | Nil |
Lua State | |
BBCode | [b][url=wiki.garrysmod.com/?title=ENT.Draw]ENT.Draw [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Draws the entity's model on the client. |
---|---|
Used on | |
Code | function ENT:Draw() self:DrawModel() end |
Output | N/A |