Night Sky Engine
A fighting game framework made in Unreal Engine
Loading...
Searching...
No Matches
FWallBounceData Struct Reference

#include <BattleObject.h>

Public Attributes

int32 WallBounceCount = -1
 
int32 WallBounceUntech = -1
 
int32 WallBounceStop = -1
 
int32 WallBounceXSpeed = -1
 
int32 WallBounceXRate = -1
 
int32 WallBounceYSpeed = -1
 
int32 WallBounceYRate = -1
 
int32 WallBounceGravity = -1
 
bool WallBounceInCornerOnly = false
 

Detailed Description

Definition at line 212 of file BattleObject.h.

Member Data Documentation

◆ WallBounceCount

int32 FWallBounceData::WallBounceCount = -1

Definition at line 218 of file BattleObject.h.

◆ WallBounceGravity

int32 FWallBounceData::WallBounceGravity = -1

Definition at line 254 of file BattleObject.h.

◆ WallBounceInCornerOnly

bool FWallBounceData::WallBounceInCornerOnly = false

Definition at line 257 of file BattleObject.h.

◆ WallBounceStop

int32 FWallBounceData::WallBounceStop = -1

Definition at line 224 of file BattleObject.h.

◆ WallBounceUntech

int32 FWallBounceData::WallBounceUntech = -1

Definition at line 221 of file BattleObject.h.

◆ WallBounceXRate

int32 FWallBounceData::WallBounceXRate = -1

Definition at line 236 of file BattleObject.h.

◆ WallBounceXSpeed

int32 FWallBounceData::WallBounceXSpeed = -1

Definition at line 230 of file BattleObject.h.

◆ WallBounceYRate

int32 FWallBounceData::WallBounceYRate = -1

Definition at line 248 of file BattleObject.h.

◆ WallBounceYSpeed

int32 FWallBounceData::WallBounceYSpeed = -1

Definition at line 242 of file BattleObject.h.


The documentation for this struct was generated from the following file: