- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
function concatAllSm(proto_ids : Vector.<int> = null) : Vector.<StateMachine>
...
for each(sm in G.world.location.concatAllSm(task.proto.proto_ids))
{
view = StuffHelper.entry.views[sm.state.stuff_object];
continue;
}
for each(sm in concatAllSm(task.proto.proto_ids))
{
view = StuffHelper.entry.views[sm.state.stuff_object];
continue;
}