Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
AIActionInterpreter
Class AIActionInterpreter
Index
Constructors
constructor
Properties
max
Queue
Size
max
Entity
Id
Accessors
capacity
Methods
count
is
Empty
is
Full
clear
pop
parse
Constructors
constructor
new
AIActionInterpreter
(
maxQueueSize
:
number
,
maxEntityId
:
number
,
)
:
AIActionInterpreter
Parameters
maxQueueSize
:
number
maxEntityId
:
number
Returns
AIActionInterpreter
Properties
Readonly
max
Queue
Size
maxQueueSize
:
number
Readonly
max
Entity
Id
maxEntityId
:
number
Accessors
capacity
get
capacity
()
:
number
Returns
number
Methods
count
count
()
:
number
Returns
number
is
Empty
isEmpty
()
:
boolean
Returns
boolean
is
Full
isFull
()
:
boolean
Returns
boolean
clear
clear
()
:
void
Returns
void
pop
pop
(
out
:
Uint32Array
)
:
boolean
Parameters
out
:
Uint32Array
Returns
boolean
parse
parse
(
input
:
string
)
:
ParseStats
Parameters
input
:
string
Returns
ParseStats
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
max
Queue
Size
max
Entity
Id
Accessors
capacity
Methods
count
is
Empty
is
Full
clear
pop
parse
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...