![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IIslandStateCopy graph node interface.
Nodes implementing this interface provide a means to copy the current island state assignment (performed via an IIslandState node) at a given source slot to a given destination slot.
See Graph::IIslandState for additional details.
Get the constant Graph::INode interface. This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.
Murl.Graph.INode GetNodeInterface()
Set the source slot to copy the state assignment from.
Boolean SetSourceSlot(Integer slot)
slot | The source slot, from 0 to IEnums::NUM_ISLAND_SLOTS-1. |
Get the source slot to copy the state assignment from.
Integer GetSourceSlot()