KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.agent
/
VoxelProjection
/
agentsAt
agents
At
fun
agentsAt
(
voxel
:
Voxel
)
:
List
<
A
>
(
source
)
All agents currently on
voxel
. Empty list if the voxel is unoccupied.
fun
agentsAt
(
col
:
Int
,
row
:
Int
,
layer
:
Int
)
:
List
<
A
>
(
source
)