InitArg class
Base classes
Constructors, destructors, conversion operators
- InitArg()
Public functions
- auto getCount(int type) const -> int
- auto getTotal() const -> int
- void setContainMax(int type, int count)
- void setContainMax(const TypeInfo* type, int count)
Protected variables
-
sead::
SafeArray<int, 0x80> mCounts - int mTotal
Function documentation
int agl:: env:: EnvObjMgr:: InitArg:: getCount(int type) const
#include <environment/aglEnvObjBuffer.h>
int agl:: env:: EnvObjMgr:: InitArg:: getTotal() const
#include <environment/aglEnvObjBuffer.h>
void agl:: env:: EnvObjMgr:: InitArg:: setContainMax(int type,
int count)
#include <environment/aglEnvObjBuffer.h>
void agl:: env:: EnvObjMgr:: InitArg:: setContainMax(const TypeInfo* type,
int count)
#include <environment/aglEnvObjBuffer.h>
Variable documentation
sead:: SafeArray<int, 0x80> agl:: env:: EnvObjMgr:: InitArg:: mCounts protected
#include <environment/aglEnvObjBuffer.h>
int agl:: env:: EnvObjMgr:: InitArg:: mTotal protected
#include <environment/aglEnvObjBuffer.h>