![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
An interface providing meta data to a given resource object or pacakge.
Get the number of meta data entries present.
Integer GetNumberOfKeys()
Get the index of a meta data entry with a given key name.
Integer GetKeyIndex(String key)
key | The key to find: |
Get the key string of the meta data entry at a given index.
String GetKey(Integer keyIndex)
keyIndex | The index of the key, in the range [0..GetNumberOfKeys()-1]. |
Get the value string of the meta data entry at a given index.
String GetValue(Integer keyIndex)
keyIndex | The index of the key, in the range [0..GetNumberOfKeys()-1]. |