|
| static UnityEvent< RaycastHit[]> | TriggerEvent = new() |
| |
| static UnityEvent< RaycastHit[]> | TriggerModFireEvent = new() |
| |
| static UnityEvent< int > | ToolModeChangedEvent = new() |
| |
| static UnityEvent< Fact > | AddFactEvent = new() |
| |
| static UnityEvent< Fact > | RemoveFactEvent = new() |
| |
| static UnityEvent< REST_JSON_API.ScrollApplicationCheckingError[]> | ScrollApplicationCheckingErrorEvent = new() |
| |
| static UnityEvent | PushoutFactFailEvent = new() |
| |
| static UnityEvent | gameSucceededEvent = new() |
| |
| static UnityEvent | gameNotSucceededEvent = new() |
| |
| static UnityEvent | NewAssignmentEvent = new() |
| |
| static UnityEvent | StartT0Event = new() |
| |
| static UnityEvent< string > | ScrollFactHintEvent = new() |
| |
| static UnityEvent< string, FactWrapper.FactMaterials > | AnimateExistingFactEvent = new() |
| |
| static UnityEvent< Fact, FactWrapper.FactMaterials > | AnimateExistingAsSolutionEvent = new() |
| |
| static UnityEvent< Fact > | AnimateNonExistingFactEvent = new() |
| |
| static UnityEvent< List< string > > | HintAvailableEvent = new() |
| |
| static bool | ServerAutoStart = true |
| |
| static bool | ServerRunning = true |
| |
| static string | ServerPortDefault = "8085" |
| |
| static string | ServerAddressLocalhost = "http://localhost" |
| |
| static string | ServerAddressLocal = "http://localhost:8085" |
| |
| static string | ServerAdress = "http://localhost:8085" |
| |
| static Process | process_mmt_frameIT_server |
| |
| static int | ToolID_new |
| |
| static int | ToolID_selected |
| |
| static string | lastIP = "" |
| |
| static string | newIP = "" |
| |
| static string | IPslot1 = "- if you can read this" |
| |
| static string | IPslot2 = "- NetworkConfig" |
| |
| static string | IPslot3 = "- not loaded" |
| |
| static string | IPslot4 = "- GO TO -> 'Options'" |
| |
| static string | IPslot5 = "- -> 'Reset Options'" |
| |
| static string | selecIP = "- -> PRESS: 'Reset Configurations'" |
| |
| static int[] | ServerRunningA = new int[10] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } |
| |
| static bool[] | ServerRunningA_test = new bool[10] { false, false, false, false, false, false, false, false, false, false } |
| |
| static double | IPcheckGeneration = 0 |
| |
| static int | CheckNetLoop = 1 |
| |
| static int[] | CheckServerA = new int[10] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } |
| |
| static bool | autoOSrecognition = true |
| |
| static OperationSystem | Opsys = OperationSystem.Windows |
| |
| static bool | CursorVisDefault = true |
| |
| static bool | GadgetCanBeUsed = false |
| |
| static bool | VerboseURI = false |
| |
| static string | debug_path = "hey" |
| |