ChallengeManager Class
Constructors
ChallengeManager.__new(Challenge)
ChallengeManager.__new(challenge: Challenge)
Type | Name | Description |
---|---|---|
Challenge | challenge |
Fields
Type | Name | Static | Default | Description |
---|---|---|---|---|
Event__instance | OnReady |
Functions
Requires an instance!
Restart
Restart() -> nil
Finish
Finish() -> nil
Spawn(string)
Spawn(id: string) -> Entity
Type | Name | Description |
---|---|---|
string | id |
Static Functions
Do not require an instance!
Start(Challenge)
Start(challenge: Challenge) -> nil
Type | Name | Description |
---|---|---|
Challenge | challenge |