duplicator.DoGeneric
From GMod Wiki
This page needs to be edited as it contains information that is unclear or incorrect. Improvement can be discussed on the talk page. Find more pages that need work here. Details: None given. |
Function | |
Syntax |
duplicator.DoGeneric( Entity entity, Table data ) Where is this used? |
Description: | |
Applies generic every-day entity stuff for ent from table data. | |
Returns: | nil |
Part of Library: | duplicator |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Duplicator.DoGeneric]Duplicator.DoGeneric [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- The table has 3 values:
table.Model //See ent:SetModel() table.Pos //See ent:SetPos() table.Angle //See ent:SetAngles()