XposeCraft
1.0.1-rc1
Public API for Arena Gameplay
|
Configuration for running your Bot. More...
Static Public Member Functions | |
static void | Log (string message) |
Logs a string message into the Unity console. More... | |
Properties | |
static bool | Tutorial [set] |
Starts or disables the Tutorial. More... | |
static bool | HotSwap [set] |
Configures the ability run the all Player's code again, right after it gets recompiled by Unity. More... | |
static bool | CurrentlyAfterHotswap [get] |
If the HotSwap is turned on, this can be used to check if the current script execution happened other than the first time. More... | |
static int | Speed [set] |
Modifier of the game speed in the Unity editor, value between 0 and 100. More... | |
Configuration for running your Bot.
|
static |
Logs a string message into the Unity console.
All C# objects provide method ToString() that can be used to get a string format.
message | Mesage to be displayed. |
|
staticget |
|
staticset |
Configures the ability run the all Player's code again, right after it gets recompiled by Unity.
If the value is false, the code will only run once after the game is started.
|
staticset |
Modifier of the game speed in the Unity editor, value between 0 and 100.
|
staticset |
Starts or disables the Tutorial.