![]() |
DynRPG
v0.20
RM2k3 Plugin SDK
|
Helper class for arrays with base one. More...
Public Member Functions | |
| T & | operator[] (int index) |
| Simple indexing operator for accessing array elements. | |
Helper class for arrays with base one.
This class template is used for arrays in classes with should have one as base (unlike normal arrays with base zero).
| T& RPG::ArrayBaseOne< T, size >::operator[] | ( | int | index | ) | [inline] |
Simple indexing operator for accessing array elements.
| index | One-based index |
1.7.6.1