duplicator.FindEntityClass
From GMod Wiki
Function | |
Syntax |
duplicator.FindEntityClass( String entity class ) Where is this used? |
Description: | |
Find a table registered with duplicator.RegisterEntityClass | |
Returns: | Table |
Part of Library: | duplicator |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Duplicator.FindEntityClass]Duplicator.FindEntityClass [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Table format is as follows:
table.Func //The function registered (The 2nd argument of duplicator.RegisterEntityClass) table.Args //The arguments registered, in the order registered.(All arguments after the 2nd in duplicator.RegisterEntityClass)