NSDictionary(KoboldKit) Category Reference
Declared in | NSDictionary+KoboldKit.h |
Class Methods
dictionaryWithContentsOfLuaScript:
Runs the given Lua script file and transforms the returned Lua table into a KVC coded NSDictionary. Navigate the table with valueForKeyPath:
+ (NSDictionary *)dictionaryWithContentsOfLuaScript:(NSString *)scriptFile
Parameters
- scriptFile
The name of a Lua script file.
Return Value
The Lua table as a dictionary, or nil if there are any errors.
Declared In
NSDictionary+KoboldKit.h