Ark Server API (ASE) - Wiki
|
#include <GameMode.h>
Public Attributes | |
unsigned __int32 | bInitializeScenes: 1 |
unsigned __int32 | bAllowAudioPlayback: 1 |
unsigned __int32 | bRequiresHitProxies: 1 |
unsigned __int32 | bCreatePhysicsScene: 1 |
unsigned __int32 | bCreateNavigation: 1 |
unsigned __int32 | bCreateAISystem: 1 |
unsigned __int32 | bShouldSimulatePhysics: 1 |
unsigned __int32 | bEnableTraceCollision: 1 |
unsigned __int32 | bTransactional: 1 |
unsigned __int32 | bCreateFXSystem: 1 |
Definition at line 399 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bAllowAudioPlayback |
Definition at line 77 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bCreateAISystem |
Definition at line 81 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bCreateFXSystem |
Definition at line 85 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bCreateNavigation |
Definition at line 80 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bCreatePhysicsScene |
Definition at line 79 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bEnableTraceCollision |
Definition at line 83 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bInitializeScenes |
Definition at line 76 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bRequiresHitProxies |
Definition at line 78 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bShouldSimulatePhysics |
Definition at line 82 of file GameMode.h.
unsigned __int32 UWorld::InitializationValues::bTransactional |
Definition at line 84 of file GameMode.h.