Node ActionsSpawnSpawn Description: Creates a definition for an action that runs a group of ActionDefs in parallel. Signature: Spawn: function(...: ActionDef): ActionDef Parameters: ParameterTypeDescription...ActionDefA variable number of ActionDef objects to run in parallel. Returns: Return TypeDescriptionActionDefAn ActionDef object that can be used to run the group of actions on a Node.