Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
yuka
Goal
Class Goal<T>
Type Parameters
T
extends
GameEntity
Index
Constructors
constructor
Properties
owner
status
Methods
activate
add
Subgoal
execute
terminate
Constructors
constructor
new
Goal
<
T
extends
GameEntity
>
(
owner
?:
T
)
:
Goal
<
T
>
Type Parameters
T
extends
GameEntity
Parameters
Optional
owner
:
T
Returns
Goal
<
T
>
Properties
owner
owner
:
T
status
status
:
string
Methods
activate
activate
()
:
void
Returns
void
add
Subgoal
addSubgoal
(
goal
:
Goal
<
T
>
)
:
this
Parameters
goal
:
Goal
<
T
>
Returns
this
execute
execute
()
:
void
Returns
void
terminate
terminate
()
:
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
owner
status
Methods
activate
add
Subgoal
execute
terminate
GitHub
Examples
Strata - v1.4.10
Loading...