![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IFeatureSet interface.
Set the availability of a feature.
SetFeatureAvailable(Murl.IEnums.Feature feature, Boolean available)
feature | The feature enumeration value. |
available | The availability to set, true if the feature is available. |
Force the availability of a feature. This overrides the setting of a feature defined via SetFeatureAvailable().
ForceFeatureAvailable(Murl.IEnums.Feature feature, Boolean available)
feature | The feature enumeration value. |
available | If true, the feature is always present, otherwise it is never present. |
Check if a feature is available.
Boolean IsFeatureAvailable(Murl.IEnums.Feature feature)
feature | The feature enumeration value. |