
Originally Posted by
Narcle
GetBankItemAmount(const Row, Col: Integer): Integer;
Row ===============
Col (column)
||
||
||
||
||
||
"They are correct." Pain in the ass isn't it? I know I looked into it a while ago and was like /facepalm. I wanted to change it then but it would break to much.
Rows are horizontal and columns are vertical.
Rows change values vertically and columns change values horizontally.
(Row, Column) would go like this:
Code:
(0, 0)(0, 1)(0, 2)(0, 3)(0, 4)(0, 5)
(1, 0)(1, 1)(1, 2)(1, 3)(1, 4)(1, 5)
(2, 0)(2, 1)(2, 2)(2, 3)(2, 4)(2, 5)
(3, 0)(3, 1)(3, 2)(3, 3)(3, 4)(3, 5)