template <typename T>
T GetPointer(
s32 index
) const;
| Name | Description |
|---|---|
T |
Type of pointer to get. |
| Name | Description | |
|---|---|---|
| in | index |
The index of the object whose pointer is to be obtained. |
index is appropriate. Returns NULL if the index is inappropriate. Gets a pointer corresponding to the index.
Gets a pointer to the object corresponding to the specified index inside this module.
CONFIDENTIAL