![]() |
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()
Set optional resource tags for this object.
Boolean SetTags(Murl.Array.String tags)
tags | The resource tags. |
Get the optional resource tags held by this object.
Murl.Array.String GetTags()