ResParameterObj struct
Public types
- class Iterator
Constructors, destructors, conversion operators
- operator bool() const explicit
Public functions
- auto begin() const -> Iterator
- auto end() const -> Iterator
- auto ptr() const -> ResParameterObjData*
- auto ptrBytes() const -> u8*
- auto getParameterObjNameHash() const -> u32
- auto getNum() const -> s32
- auto getResParameter(s32 index) const -> ResParameter
- Get a parameter by index. The index must be valid.
- auto getResParameter(s32 index, u32 offset) const -> ResParameter
-
template<typename T>auto getParameterData(s32 index) const -> T*
- auto searchIndex(u32 param_hash) const -> s32
Public variables
Function documentation
s32 agl:: utl:: ResParameterObj:: searchIndex(u32 param_hash) const
| Returns | the index of the specified parameter, or -1 if not found. |
|---|