| 618 | } |
| 619 | |
| 620 | static GameValue ListCount(const GameState* state, GameValuePar oper1) |
| 621 | { |
| 622 | const GameArrayType& array = oper1; |
| 623 | return (float)array.Size(); |
| 624 | } |
| 625 | |
| 626 | static GameValue ListSelect(const GameState* state, GameValuePar oper1, GameValuePar oper2) |
| 627 | { |