Table of Contents Chapter Index Previous Slide Next Slide 308
Understanding Prototype Use

Creating New Node Types

Understanding Prototype Use
  • The new node type can be used like any other type

    DEF Terminator Robot {
        name "Terminator"
    }
    
    ROUTE Proximity.isActive
       TO Terminator.set_enabled