Node.spawn

Spawn an object using its ID. Second time you call this method for the same id, an assertion is produced. Returns new node reference.

  1. T spawn(T node, string id, bool start)
  2. T spawn(string id, bool start)
    class Node
    T
    spawn
    (
    T : Node
    )
    (
    string id
    ,
    bool start = true
    )

Meta