Skip to content
Adrien GIVRY edited this page Sep 26, 2020 · 3 revisions

Description

Set of actors

Variables

This usertype has no variables

Constructors

This usertype has no constructors

Functions

Name Input Output Description
FindActorByName Scene: instance
string: name
Actor Returns the first actor identified by the given name, or nil on failure
FindActorByTag Scene: instance
string: tag
Actor Returns the first actor identified by the given tag, or nil on failure
FindActorsByName Scene: instance
string: name
Actor[] Returns actors identified by the given name, or nil on failure
FindActorsByTag Scene: instance
string: tag
Actor[] Returns actors identified by the given ID, or nil on failure
CreateActor Scene: instance
Actor Creates an actor
CreateActor Scene: instance
string: name
string: tag
Actor Creates an actor with a name and a tag

Operators

This usertype has no operators

Clone this wiki locally