GetPointer

nn::ro::Module::GetPointer Member Function

Syntax

template <typename T>
T GetPointer(
     s32 index
) const;

Template Arguments

Name Description
T Type of pointer to get.

Arguments

Name Description
in index The index of the object whose pointer is to be obtained.

Return Values

Returns a pointer to the corresponding object if the index is appropriate. Returns NULL if the index is inappropriate.

Description

Gets a pointer corresponding to the index.

Gets a pointer to the object corresponding to the specified index inside this module.


CONFIDENTIAL