duplicator.FindEntityClass

From GMod Wiki

Jump to: navigation, search
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: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Duplicator.FindEntityClass]Duplicator.FindEntityClass [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionN/A
Used onNewerMissing.png
Code
LuaIco3.pngThis page needs an example to demonstrate the item detailed on this page. See how to make one here.
See more articles that need examples here.
OutputN/A


Additional Notes

 
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)
 

See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox