![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The base interface for a text resource.
Get the ID of the text resource.
String GetId()
Get the string value of the text resource.
String GetValue()
Set optional meta data for this object. If set, the object takes ownership of the meta data. The meta data object is automatically deleted when the object is destroyed, or a different meta data object is set.
Boolean SetMetaData(Murl.Resource.IMetaData metaData)
metaData | The meta data, or null for removing. |
Get the optional meta data held by this object.
Murl.Resource.IMetaData GetMetaData()