World::GetController
Defined in:
Returns the controller having a specific controller index.
C4World.h
Prototype
Controller *GetController(int32 index) const;
Parameters
index |
The index of the controller. |
Description
The GetController
function returns a pointer to the controller having the index specified by the index
parameter. If no such controller exists, then the return value is nullptr
.
See Also