|
EvEmu
0.8.4
11 September 2021
|
#include "DestinyStructs.h"
Public Attributes | |
| uint8 | formationID |
| double | targX |
| double | targY |
| double | targZ |
| int32 | effectStamp |
| int64 | followRange |
| int64 | followID |
| int32 | speed |
Definition at line 153 of file DestinyStructs.h.
| int32 Destiny::WARP_Struct::effectStamp |
Definition at line 158 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| int64 Destiny::WARP_Struct::followID |
Definition at line 160 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| int64 Destiny::WARP_Struct::followRange |
Definition at line 159 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| uint8 Destiny::WARP_Struct::formationID |
Definition at line 154 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| int32 Destiny::WARP_Struct::speed |
Definition at line 161 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| double Destiny::WARP_Struct::targX |
Definition at line 155 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| double Destiny::WARP_Struct::targY |
Definition at line 156 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().
| double Destiny::WARP_Struct::targZ |
Definition at line 157 of file DestinyStructs.h.
Referenced by Destiny::DumpBall(), Concord::EncodeDestiny(), NPC::EncodeDestiny(), DroneSE::EncodeDestiny(), and ShipSE::EncodeDestiny().