![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IDictionary resource object interface.
A binary resource stores one or more individual text objects.
Check if the contained text objects should be registered globally with the containing package.
Boolean RegisterGlobally()
Get the number of text objects contained in this resource.
Integer GetNumberOfTexts()
Get the text object at a given index.
Murl.Resource.IText GetText(Integer index)
index | The index in the range from 0 to GetNumberOfTexts()-1. |
Get the text object with a given id.
Murl.Resource.IText GetText(String id)
id | The text ID to search for. |