Method Global:LookupEntry [-] [+]

Returns an entry from the specified DBC (DatabaseClient) store.

This function looks up an entry in a DBC file by name and ID, and pushes it onto the Lua stack.

Synopsis

store = LookupEntry( dbcName, id )

Arguments

string dbcName

The name of the DBC store (e.g., "ItemDisplayInfo").

number id

The ID used to look up within the specified DBC store.

Valid numbers: integers from 0 to 4,294,967,295.

Returns

DBCStore store

The requested DBC store instance.

Generated on
©2016 - Eluna Lua Engine