31 GetGame().GetMission().RefreshCrosshairVisibility();
35 Debug.
LogError(
"EnableFreeCamera( PlayerBase player ) -> player is NULL",
"DeveloperFreeCamera");
51 GetGame().GetMission().RefreshCrosshairVisibility();
56 Debug.
LogError(
"DisableFreeCamera( PlayerBase player, bool teleport_player ) -> player is NULL",
"DeveloperFreeCamera");
72 GetGame().GetMission().RefreshCrosshairVisibility();
PluginBase GetPlugin(typename plugin_type)
static void LogError(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message as error message.
static void EnableFreeCameraSceneEditor(PlayerBase player)
static void DisableFreeCamera(PlayerBase player, bool teleport_player=false)
static void OnSetFreeCameraEvent(PlayerBase player, FreeDebugCamera camera)
static void EnableFreeCamera(PlayerBase player)
static bool IsFreeCameraEnabled()
static void FreeCameraToggle(PlayerBase player, bool teleport_player=false)
Enable / Disable Free camera (Fly mod) - disable of camera will teleport player at current free camer...
static void TeleportAtCursorEx()
proto native CGame GetGame()