Method Global:LookupEntry [-] [+]
Returns the instance of the specified DBC (DatabaseClient) store.
This function retrieves the DBC store associated with the provided name and pushes it onto the Lua stack.
Synopsis
store = LookupEntry( char, id )
Arguments
ons char- See method description.
number idThe ID used to look up within the specified DBC store..
Valid numbers: integers from 0 to 4,294,967,295.
Returns
DBCStore storeThe requested DBC store instance..