DEFAULT
Override default game behaviors.
Availability: Client & Server
Methods
DEFAULT.disable3D
client server
Disable the 3D rendering engine (client-only)
Signature: action()
GAME.DEFAULT.disable3D();
DEFAULT.disablePlayerBehaviour
client server
Disable default player behavior processing
Signature: action()
GAME.DEFAULT.disablePlayerBehaviour();
DEFAULT.disablePrediction
client server
Disable client-side movement prediction
Signature: action()
GAME.DEFAULT.disablePrediction();
DEFAULT.disableServerSync
client server
Disable server synchronization for game state
Signature: action()
GAME.DEFAULT.disableServerSync();