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