![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IStepable interface implementation.
Create a stepable object.
Murl.SharedPointer.LogicIStepable new()
Create a stepable object.
Murl.SharedPointer.LogicIStepable Create()
Implementation of IStepable::SetAppStepable() method.
Boolean SetAppStepable(Murl.SharedPointer.LogicIAppStepable appStepable)
appStepable | The stepable callback object. |
Implementation of IStepable::SetEnabled() method.
SetEnabled(Boolean isEnabled)
isEnabled | true for enable, false for disable. |
Implementation of IStepable::IsEnabled() method.
Boolean IsEnabled()
Implementation of IStepable::Reset() method.
Reset()
Implementation of IStepable::ProcessTick() method.
ProcessTick(Murl.Logic.IState state)
state | The IState object. |
Implementation of IStepable::FinishTick() method.
FinishTick(Murl.Logic.IState state)
state | The IState object. |