◆ GetCommandGrabRangeArray()
| uint16_t * BaseMod::CharDataApi::GetCommandGrabRangeArray |
( |
| ) |
|
|
inline |
Returns a pointer to the command throw range array.
This array is indexed with a command grab id.
294 {
295 return _ref->GetCommandGrabRangeArray();
296 }
◆ GetPushboxAirborneOffsetArray()
| int16_t * BaseMod::CharDataApi::GetPushboxAirborneOffsetArray |
( |
ggxxacpr::GameVersion | gameVer | ) |
|
|
inline |
Returns a pointer to the game's airborne pushbox offset array.
These values are subtracted from the player's y position when calculating airborne pushbox collisions. There are different arrays for Accent Core vs Plus R. Each array is indexed with a ggxxacpr::EntityId value as returned by ggxxacpr::Player::id.
- Parameters
-
| gameVer | Which version of array to get |
276 {
277 return _ref->GetPushboxAirborneOffsetArray(static_cast<int32_t>(gameVer));
278 }
◆ GetPushboxDimensionArray()
| uint16_t * BaseMod::CharDataApi::GetPushboxDimensionArray |
( |
PushboxDimensionArrayType | type | ) |
|
|
inline |
Returns a pointer to the push box array specified by the type parameter.
These arrays are all indexed with an ggxxacpr::EntityId value as returned by ggxxacpr::Player::id.
- Parameters
-
| type | The type of array to get |
264 {
265 return _ref->GetPushboxDimensionArray(static_cast<int32_t>(type));
266 }
◆ GetThrowRangeArray()
| int16_t * BaseMod::CharDataApi::GetThrowRangeArray |
( |
ThrowRangeArrayType | type | ) |
|
|
inline |
Returns a pointer to the throw range array specified by the type parameter.
These arrays are all indexed with an ggxxacpr::EntityId value as returned by ggxxacpr::Player::id.
- Parameters
-
| type | The type of array to get |
286 {
287 return _ref->GetThrowRangeArray(static_cast<int32_t>(type));
288 }
The documentation for this class was generated from the following file: