From e80381c55f493cb27ce193518a4c92a34a1bb45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Cor=C3=A9n?= <2108U9@gmail.com> Date: Sat, 31 Mar 2018 12:45:46 +0200 Subject: [PATCH] Moved core components to the proper namespace --- MLAPI/Data/NetworkPool.cs | 3 +- MLAPI/Data/NetworkedClient.cs | 3 +- .../MonoBehaviours/Core/NetworkedBehaviour.cs | 2 +- MLAPI/MonoBehaviours/Core/NetworkedObject.cs | 2 +- .../MonoBehaviours/Core/NetworkingManager.cs | 2 +- .../Prototyping/NetworkedAnimator.cs | 3 +- .../Prototyping/NetworkedNavMeshAgent.cs | 3 +- .../Prototyping/NetworkedTransform.cs | 3 +- .../MessageManager.cs | 3 +- .../NetworkPoolManager.cs | 1 + .../NetworkSceneManager.cs | 3 +- .../SpawnManager.cs | 3 +- docs/WebKI.xml | 274 +++++++++--------- docs/WebTOC.xml | 258 ++++++++--------- docs/fti/FTI_100.json | 2 +- docs/fti/FTI_101.json | 2 +- docs/fti/FTI_102.json | 2 +- docs/fti/FTI_103.json | 2 +- docs/fti/FTI_104.json | 2 +- docs/fti/FTI_105.json | 2 +- docs/fti/FTI_107.json | 2 +- docs/fti/FTI_108.json | 2 +- docs/fti/FTI_109.json | 2 +- docs/fti/FTI_110.json | 2 +- docs/fti/FTI_111.json | 2 +- docs/fti/FTI_112.json | 2 +- docs/fti/FTI_113.json | 2 +- docs/fti/FTI_114.json | 2 +- docs/fti/FTI_115.json | 2 +- docs/fti/FTI_116.json | 2 +- docs/fti/FTI_117.json | 2 +- docs/fti/FTI_118.json | 2 +- docs/fti/FTI_119.json | 2 +- docs/fti/FTI_120.json | 2 +- docs/fti/FTI_97.json | 2 +- docs/fti/FTI_98.json | 2 +- docs/fti/FTI_99.json | 2 +- docs/fti/FTI_Files.json | 2 +- ...re_NetworkedBehaviour_SyncVarSyncDelay.htm | 7 + ...viours_Core_NetworkedObject_ServerOnly.htm | 7 + ..._NetworkingManager_DefaultPlayerPrefab.htm | 7 + ...urs_Core_NetworkingManager_DontDestroy.htm | 7 + ...s_Core_NetworkingManager_NetworkConfig.htm | 7 + ...rkingManager_OnClientConnectedCallback.htm | 7 + ...kingManager_OnClientDisconnectCallback.htm | 7 + ...Core_NetworkingManager_OnServerStarted.htm | 7 + ...Core_NetworkingManager_RunInBackground.htm | 7 + ...ore_NetworkingManager_SpawnablePrefabs.htm | 7 + ...PI_NetworkedBehaviour_SyncVarSyncDelay.htm | 7 - .../F_MLAPI_NetworkedClient_OwnedObjects.htm | 2 +- .../F_MLAPI_NetworkedObject_ServerOnly.htm | 7 - ..._NetworkingManager_DefaultPlayerPrefab.htm | 7 - .../F_MLAPI_NetworkingManager_DontDestroy.htm | 7 - ..._MLAPI_NetworkingManager_NetworkConfig.htm | 7 - ...rkingManager_OnClientConnectedCallback.htm | 7 - ...kingManager_OnClientDisconnectCallback.htm | 7 - ...LAPI_NetworkingManager_OnServerStarted.htm | 7 - ...LAPI_NetworkingManager_RunInBackground.htm | 7 - ...API_NetworkingManager_SpawnablePrefabs.htm | 7 - ...MonoBehaviours_Core_NetworkedBehaviour.htm | 5 + ...PI_MonoBehaviours_Core_NetworkedObject.htm | 5 + ..._MonoBehaviours_Core_NetworkingManager.htm | 19 ++ ...haviours_Prototyping_NetworkedAnimator.htm | 4 +- ...ours_Prototyping_NetworkedNavMeshAgent.htm | 4 +- ...aviours_Prototyping_NetworkedTransform.htm | 4 +- .../Fields_T_MLAPI_NetworkedBehaviour.htm | 5 - docs/html/Fields_T_MLAPI_NetworkedObject.htm | 5 - .../html/Fields_T_MLAPI_NetworkingManager.htm | 19 -- ...rkedBehaviour_DeregisterMessageHandler.htm | 10 + ..._NetworkedBehaviour_GetNetworkedObject.htm | 9 + ...s_Core_NetworkedBehaviour_NetworkStart.htm | 7 + ...e_NetworkedBehaviour_OnGainedOwnership.htm | 7 + ...ore_NetworkedBehaviour_OnLostOwnership.htm | 7 + ...workedBehaviour_RegisterMessageHandler.htm | 10 + ...s_Core_NetworkedBehaviour_SendToClient.htm | 12 + ..._NetworkedBehaviour_SendToClientTarget.htm | 12 + ..._Core_NetworkedBehaviour_SendToClients.htm | 12 + ...NetworkedBehaviour_SendToClientsTarget.htm | 12 + ...tworkedBehaviour_SendToClientsTarget_1.htm | 12 + ...tworkedBehaviour_SendToClientsTarget_2.htm | 11 + ...ore_NetworkedBehaviour_SendToClients_1.htm | 12 + ...ore_NetworkedBehaviour_SendToClients_2.htm | 11 + ...e_NetworkedBehaviour_SendToLocalClient.htm | 11 + ...orkedBehaviour_SendToLocalClientTarget.htm | 11 + ...tworkedBehaviour_SendToNonLocalClients.htm | 11 + ...dBehaviour_SendToNonLocalClientsTarget.htm | 11 + ...s_Core_NetworkedBehaviour_SendToServer.htm | 11 + ..._NetworkedBehaviour_SendToServerTarget.htm | 11 + ...haviours_Core_NetworkedBehaviour__ctor.htm | 5 + ...s_Core_NetworkedObject_ChangeOwnership.htm | 9 + ...s_Core_NetworkedObject_RemoveOwnership.htm | 7 + ...oBehaviours_Core_NetworkedObject_Spawn.htm | 7 + ...ore_NetworkedObject_SpawnWithOwnership.htm | 9 + ...oBehaviours_Core_NetworkedObject__ctor.htm | 5 + ...urs_Core_NetworkingManager_StartClient.htm | 9 + ...iours_Core_NetworkingManager_StartHost.htm | 9 + ...urs_Core_NetworkingManager_StartServer.htm | 9 + ...ours_Core_NetworkingManager_StopClient.htm | 7 + ...viours_Core_NetworkingManager_StopHost.htm | 7 + ...ours_Core_NetworkingManager_StopServer.htm | 7 + ...ehaviours_Core_NetworkingManager__ctor.htm | 5 + ...rkedBehaviour_DeregisterMessageHandler.htm | 10 - ..._NetworkedBehaviour_GetNetworkedObject.htm | 9 - ..._MLAPI_NetworkedBehaviour_NetworkStart.htm | 7 - ...I_NetworkedBehaviour_OnGainedOwnership.htm | 7 - ...API_NetworkedBehaviour_OnLostOwnership.htm | 7 - ...workedBehaviour_RegisterMessageHandler.htm | 10 - ..._MLAPI_NetworkedBehaviour_SendToClient.htm | 12 - ..._NetworkedBehaviour_SendToClientTarget.htm | 12 - ...MLAPI_NetworkedBehaviour_SendToClients.htm | 12 - ...NetworkedBehaviour_SendToClientsTarget.htm | 12 - ...tworkedBehaviour_SendToClientsTarget_1.htm | 12 - ...tworkedBehaviour_SendToClientsTarget_2.htm | 11 - ...API_NetworkedBehaviour_SendToClients_1.htm | 12 - ...API_NetworkedBehaviour_SendToClients_2.htm | 11 - ...I_NetworkedBehaviour_SendToLocalClient.htm | 11 - ...orkedBehaviour_SendToLocalClientTarget.htm | 11 - ...tworkedBehaviour_SendToNonLocalClients.htm | 11 - ...dBehaviour_SendToNonLocalClientsTarget.htm | 11 - ..._MLAPI_NetworkedBehaviour_SendToServer.htm | 11 - ..._NetworkedBehaviour_SendToServerTarget.htm | 11 - .../html/M_MLAPI_NetworkedBehaviour__ctor.htm | 5 - ..._MLAPI_NetworkedObject_ChangeOwnership.htm | 9 - ..._MLAPI_NetworkedObject_RemoveOwnership.htm | 7 - docs/html/M_MLAPI_NetworkedObject_Spawn.htm | 7 - ...API_NetworkedObject_SpawnWithOwnership.htm | 9 - docs/html/M_MLAPI_NetworkedObject__ctor.htm | 5 - ...s_NetworkPoolManager_DestroyPoolObject.htm | 4 +- .../M_MLAPI_NetworkingManager_StartClient.htm | 9 - .../M_MLAPI_NetworkingManager_StartHost.htm | 9 - .../M_MLAPI_NetworkingManager_StartServer.htm | 9 - .../M_MLAPI_NetworkingManager_StopClient.htm | 7 - .../M_MLAPI_NetworkingManager_StopHost.htm | 7 - .../M_MLAPI_NetworkingManager_StopServer.htm | 7 - docs/html/M_MLAPI_NetworkingManager__ctor.htm | 5 - ...onoBehaviours_Core_NetworkedBehaviour.htm} | 44 +-- ...I_MonoBehaviours_Core_NetworkedObject.htm} | 12 +- ...MonoBehaviours_Core_NetworkingManager.htm} | 16 +- ...haviours_Prototyping_NetworkedAnimator.htm | 44 +-- ...ours_Prototyping_NetworkedNavMeshAgent.htm | 42 +-- ...aviours_Prototyping_NetworkedTransform.htm | 42 +-- docs/html/N_MLAPI.htm | 10 +- docs/html/N_MLAPI_MonoBehaviours_Core.htm | 10 +- ..._Core_NetworkedBehaviour_SendToClients.htm | 9 + ...NetworkedBehaviour_SendToClientsTarget.htm | 9 + ...MLAPI_NetworkedBehaviour_SendToClients.htm | 9 - ...NetworkedBehaviour_SendToClientsTarget.htm | 9 - ...iours_Core_NetworkedBehaviour_isClient.htm | 7 + ...aviours_Core_NetworkedBehaviour_isHost.htm | 7 + ..._Core_NetworkedBehaviour_isLocalPlayer.htm | 7 + ...viours_Core_NetworkedBehaviour_isOwner.htm | 7 + ...iours_Core_NetworkedBehaviour_isServer.htm | 7 + ...ours_Core_NetworkedBehaviour_networkId.htm | 7 + ...ore_NetworkedBehaviour_networkedObject.htm | 7 + ..._Core_NetworkedBehaviour_ownerClientId.htm | 7 + ...aviours_Core_NetworkedObject_NetworkId.htm | 7 + ...urs_Core_NetworkedObject_OwnerClientId.htm | 7 + ...Behaviours_Core_NetworkedObject_PoolId.htm | 7 + ...e_NetworkedObject_SpawnablePrefabIndex.htm | 7 + ...urs_Core_NetworkedObject_isLocalPlayer.htm | 7 + ...ehaviours_Core_NetworkedObject_isOwner.htm | 7 + ...rs_Core_NetworkedObject_isPlayerObject.htm | 7 + ...rs_Core_NetworkedObject_isPooledObject.htm | 7 + ...ore_NetworkingManager_ConnectedClients.htm | 7 + ...re_NetworkingManager_IsClientConnected.htm | 7 + ...ours_Core_NetworkingManager_MyClientId.htm | 7 + ...urs_Core_NetworkingManager_NetworkTime.htm | 7 + ...haviours_Core_NetworkingManager_isHost.htm | 7 + ...iours_Core_NetworkingManager_singleton.htm | 7 + .../P_MLAPI_NetworkedBehaviour_isClient.htm | 7 - .../P_MLAPI_NetworkedBehaviour_isHost.htm | 7 - ...MLAPI_NetworkedBehaviour_isLocalPlayer.htm | 7 - .../P_MLAPI_NetworkedBehaviour_isOwner.htm | 7 - .../P_MLAPI_NetworkedBehaviour_isServer.htm | 7 - .../P_MLAPI_NetworkedBehaviour_networkId.htm | 7 - ...API_NetworkedBehaviour_networkedObject.htm | 7 - ...MLAPI_NetworkedBehaviour_ownerClientId.htm | 7 - .../P_MLAPI_NetworkedObject_NetworkId.htm | 7 - .../P_MLAPI_NetworkedObject_OwnerClientId.htm | 7 - docs/html/P_MLAPI_NetworkedObject_PoolId.htm | 7 - ...I_NetworkedObject_SpawnablePrefabIndex.htm | 7 - .../P_MLAPI_NetworkedObject_isLocalPlayer.htm | 7 - docs/html/P_MLAPI_NetworkedObject_isOwner.htm | 7 - ...P_MLAPI_NetworkedObject_isPlayerObject.htm | 7 - ...P_MLAPI_NetworkedObject_isPooledObject.htm | 7 - ...API_NetworkingManager_ConnectedClients.htm | 7 - ...PI_NetworkingManager_IsClientConnected.htm | 7 - .../P_MLAPI_NetworkingManager_MyClientId.htm | 7 - .../P_MLAPI_NetworkingManager_NetworkTime.htm | 7 - .../html/P_MLAPI_NetworkingManager_isHost.htm | 7 - .../P_MLAPI_NetworkingManager_singleton.htm | 7 - ...onoBehaviours_Core_NetworkedBehaviour.htm} | 20 +- ...I_MonoBehaviours_Core_NetworkedObject.htm} | 20 +- ...MonoBehaviours_Core_NetworkingManager.htm} | 16 +- ...haviours_Prototyping_NetworkedAnimator.htm | 18 +- ...ours_Prototyping_NetworkedNavMeshAgent.htm | 18 +- ...aviours_Prototyping_NetworkedTransform.htm | 18 +- ...onoBehaviours_Core_NetworkedBehaviour.htm} | 68 ++--- ...I_MonoBehaviours_Core_NetworkedObject.htm} | 36 +-- ...MonoBehaviours_Core_NetworkingManager.htm} | 50 ++-- ...haviours_Prototyping_NetworkedAnimator.htm | 68 ++--- ...ours_Prototyping_NetworkedNavMeshAgent.htm | 66 ++--- ...aviours_Prototyping_NetworkedTransform.htm | 66 ++--- docs/icons/favicon.ico | Bin 25094 -> 15086 bytes ...MonoBehaviours_Core_NetworkedBehaviour.xml | 1 + ...PI_MonoBehaviours_Core_NetworkedObject.xml | 1 + ..._MonoBehaviours_Core_NetworkingManager.xml | 1 + .../toc/Fields_T_MLAPI_NetworkedBehaviour.xml | 1 - docs/toc/Fields_T_MLAPI_NetworkedObject.xml | 1 - docs/toc/Fields_T_MLAPI_NetworkingManager.xml | 1 - ...MonoBehaviours_Core_NetworkedBehaviour.xml | 1 + ...PI_MonoBehaviours_Core_NetworkedObject.xml | 1 + ..._MonoBehaviours_Core_NetworkingManager.xml | 1 + .../Methods_T_MLAPI_NetworkedBehaviour.xml | 1 - docs/toc/Methods_T_MLAPI_NetworkedObject.xml | 1 - .../toc/Methods_T_MLAPI_NetworkingManager.xml | 1 - docs/toc/N_MLAPI.xml | 2 +- docs/toc/N_MLAPI_MonoBehaviours_Core.xml | 2 +- ..._Core_NetworkedBehaviour_SendToClients.xml | 1 + ...NetworkedBehaviour_SendToClientsTarget.xml | 1 + ...MLAPI_NetworkedBehaviour_SendToClients.xml | 1 - ...NetworkedBehaviour_SendToClientsTarget.xml | 1 - ...MonoBehaviours_Core_NetworkedBehaviour.xml | 1 + ...PI_MonoBehaviours_Core_NetworkedObject.xml | 1 + ..._MonoBehaviours_Core_NetworkingManager.xml | 1 + .../Properties_T_MLAPI_NetworkedBehaviour.xml | 1 - .../Properties_T_MLAPI_NetworkedObject.xml | 1 - .../Properties_T_MLAPI_NetworkingManager.xml | 1 - ...MonoBehaviours_Core_NetworkedBehaviour.xml | 1 + ...PI_MonoBehaviours_Core_NetworkedObject.xml | 1 + ..._MonoBehaviours_Core_NetworkingManager.xml | 1 + docs/toc/T_MLAPI_NetworkedBehaviour.xml | 1 - docs/toc/T_MLAPI_NetworkedObject.xml | 1 - docs/toc/T_MLAPI_NetworkingManager.xml | 1 - 234 files changed, 1253 insertions(+), 1244 deletions(-) create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SyncVarSyncDelay.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedObject_ServerOnly.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DefaultPlayerPrefab.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DontDestroy.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkConfig.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientConnectedCallback.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientDisconnectCallback.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnServerStarted.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_RunInBackground.htm create mode 100644 docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_SpawnablePrefabs.htm delete mode 100644 docs/html/F_MLAPI_NetworkedBehaviour_SyncVarSyncDelay.htm delete mode 100644 docs/html/F_MLAPI_NetworkedObject_ServerOnly.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_DefaultPlayerPrefab.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_DontDestroy.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_NetworkConfig.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_OnClientConnectedCallback.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_OnClientDisconnectCallback.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_OnServerStarted.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_RunInBackground.htm delete mode 100644 docs/html/F_MLAPI_NetworkingManager_SpawnablePrefabs.htm create mode 100644 docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm create mode 100644 docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm create mode 100644 docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm delete mode 100644 docs/html/Fields_T_MLAPI_NetworkedBehaviour.htm delete mode 100644 docs/html/Fields_T_MLAPI_NetworkedObject.htm delete mode 100644 docs/html/Fields_T_MLAPI_NetworkingManager.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_DeregisterMessageHandler.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_GetNetworkedObject.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_NetworkStart.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnGainedOwnership.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnLostOwnership.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_RegisterMessageHandler.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClient.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientTarget.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_1.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_2.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_1.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_2.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClient.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClientTarget.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClients.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClientsTarget.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServer.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServerTarget.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour__ctor.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_ChangeOwnership.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_RemoveOwnership.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_Spawn.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnWithOwnership.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject__ctor.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartClient.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartHost.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartServer.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopClient.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopHost.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopServer.htm create mode 100644 docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager__ctor.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_DeregisterMessageHandler.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_GetNetworkedObject.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_NetworkStart.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_OnGainedOwnership.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_OnLostOwnership.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClient.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClientTarget.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClients.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_2.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_1.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_2.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClient.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClientTarget.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClients.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClientsTarget.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToServer.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour_SendToServerTarget.htm delete mode 100644 docs/html/M_MLAPI_NetworkedBehaviour__ctor.htm delete mode 100644 docs/html/M_MLAPI_NetworkedObject_ChangeOwnership.htm delete mode 100644 docs/html/M_MLAPI_NetworkedObject_RemoveOwnership.htm delete mode 100644 docs/html/M_MLAPI_NetworkedObject_Spawn.htm delete mode 100644 docs/html/M_MLAPI_NetworkedObject_SpawnWithOwnership.htm delete mode 100644 docs/html/M_MLAPI_NetworkedObject__ctor.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager_StartClient.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager_StartHost.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager_StartServer.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager_StopClient.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager_StopHost.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager_StopServer.htm delete mode 100644 docs/html/M_MLAPI_NetworkingManager__ctor.htm rename docs/html/{Methods_T_MLAPI_NetworkedBehaviour.htm => Methods_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm} (55%) rename docs/html/{Methods_T_MLAPI_NetworkedObject.htm => Methods_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm} (68%) rename docs/html/{Methods_T_MLAPI_NetworkingManager.htm => Methods_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm} (67%) create mode 100644 docs/html/Overload_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm create mode 100644 docs/html/Overload_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm delete mode 100644 docs/html/Overload_MLAPI_NetworkedBehaviour_SendToClients.htm delete mode 100644 docs/html/Overload_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isClient.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isHost.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isLocalPlayer.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isOwner.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isServer.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_networkId.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_networkedObject.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_ownerClientId.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_NetworkId.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_OwnerClientId.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_PoolId.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnablePrefabIndex.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isLocalPlayer.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isOwner.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isPlayerObject.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isPooledObject.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_ConnectedClients.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_IsClientConnected.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_MyClientId.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkTime.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_isHost.htm create mode 100644 docs/html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_singleton.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_isClient.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_isHost.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_isLocalPlayer.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_isOwner.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_isServer.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_networkId.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_networkedObject.htm delete mode 100644 docs/html/P_MLAPI_NetworkedBehaviour_ownerClientId.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_NetworkId.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_OwnerClientId.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_PoolId.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_SpawnablePrefabIndex.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_isLocalPlayer.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_isOwner.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_isPlayerObject.htm delete mode 100644 docs/html/P_MLAPI_NetworkedObject_isPooledObject.htm delete mode 100644 docs/html/P_MLAPI_NetworkingManager_ConnectedClients.htm delete mode 100644 docs/html/P_MLAPI_NetworkingManager_IsClientConnected.htm delete mode 100644 docs/html/P_MLAPI_NetworkingManager_MyClientId.htm delete mode 100644 docs/html/P_MLAPI_NetworkingManager_NetworkTime.htm delete mode 100644 docs/html/P_MLAPI_NetworkingManager_isHost.htm delete mode 100644 docs/html/P_MLAPI_NetworkingManager_singleton.htm rename docs/html/{Properties_T_MLAPI_NetworkedBehaviour.htm => Properties_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm} (57%) rename docs/html/{Properties_T_MLAPI_NetworkedObject.htm => Properties_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm} (57%) rename docs/html/{Properties_T_MLAPI_NetworkingManager.htm => Properties_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm} (60%) rename docs/html/{T_MLAPI_NetworkedBehaviour.htm => T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm} (67%) rename docs/html/{T_MLAPI_NetworkedObject.htm => T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm} (75%) rename docs/html/{T_MLAPI_NetworkingManager.htm => T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm} (75%) create mode 100644 docs/toc/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.xml create mode 100644 docs/toc/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedObject.xml create mode 100644 docs/toc/Fields_T_MLAPI_MonoBehaviours_Core_NetworkingManager.xml delete mode 100644 docs/toc/Fields_T_MLAPI_NetworkedBehaviour.xml delete mode 100644 docs/toc/Fields_T_MLAPI_NetworkedObject.xml delete mode 100644 docs/toc/Fields_T_MLAPI_NetworkingManager.xml create mode 100644 docs/toc/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.xml create mode 100644 docs/toc/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedObject.xml create mode 100644 docs/toc/Methods_T_MLAPI_MonoBehaviours_Core_NetworkingManager.xml delete mode 100644 docs/toc/Methods_T_MLAPI_NetworkedBehaviour.xml delete mode 100644 docs/toc/Methods_T_MLAPI_NetworkedObject.xml delete mode 100644 docs/toc/Methods_T_MLAPI_NetworkingManager.xml create mode 100644 docs/toc/Overload_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.xml create mode 100644 docs/toc/Overload_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.xml delete mode 100644 docs/toc/Overload_MLAPI_NetworkedBehaviour_SendToClients.xml delete mode 100644 docs/toc/Overload_MLAPI_NetworkedBehaviour_SendToClientsTarget.xml create mode 100644 docs/toc/Properties_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.xml create mode 100644 docs/toc/Properties_T_MLAPI_MonoBehaviours_Core_NetworkedObject.xml create mode 100644 docs/toc/Properties_T_MLAPI_MonoBehaviours_Core_NetworkingManager.xml delete mode 100644 docs/toc/Properties_T_MLAPI_NetworkedBehaviour.xml delete mode 100644 docs/toc/Properties_T_MLAPI_NetworkedObject.xml delete mode 100644 docs/toc/Properties_T_MLAPI_NetworkingManager.xml create mode 100644 docs/toc/T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.xml create mode 100644 docs/toc/T_MLAPI_MonoBehaviours_Core_NetworkedObject.xml create mode 100644 docs/toc/T_MLAPI_MonoBehaviours_Core_NetworkingManager.xml delete mode 100644 docs/toc/T_MLAPI_NetworkedBehaviour.xml delete mode 100644 docs/toc/T_MLAPI_NetworkedObject.xml delete mode 100644 docs/toc/T_MLAPI_NetworkingManager.xml diff --git a/MLAPI/Data/NetworkPool.cs b/MLAPI/Data/NetworkPool.cs index 9c23e4c..46fd046 100644 --- a/MLAPI/Data/NetworkPool.cs +++ b/MLAPI/Data/NetworkPool.cs @@ -1,4 +1,5 @@ -using UnityEngine; +using MLAPI.MonoBehaviours.Core; +using UnityEngine; namespace MLAPI.Data { diff --git a/MLAPI/Data/NetworkedClient.cs b/MLAPI/Data/NetworkedClient.cs index d21736e..1536c9b 100644 --- a/MLAPI/Data/NetworkedClient.cs +++ b/MLAPI/Data/NetworkedClient.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using MLAPI.MonoBehaviours.Core; +using System.Collections.Generic; using UnityEngine; namespace MLAPI diff --git a/MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs b/MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs index 9ac2599..346f61a 100644 --- a/MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs +++ b/MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs @@ -8,7 +8,7 @@ using System.Linq; using System.IO; using MLAPI.Data; -namespace MLAPI +namespace MLAPI.MonoBehaviours.Core { /// /// The base class to override to write networked code. Inherits MonoBehaviour diff --git a/MLAPI/MonoBehaviours/Core/NetworkedObject.cs b/MLAPI/MonoBehaviours/Core/NetworkedObject.cs index fed016d..5a22f1e 100644 --- a/MLAPI/MonoBehaviours/Core/NetworkedObject.cs +++ b/MLAPI/MonoBehaviours/Core/NetworkedObject.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace MLAPI +namespace MLAPI.MonoBehaviours.Core { /// /// A component used to identify that a GameObject is networked diff --git a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs index b7d788e..7eae2c2 100644 --- a/MLAPI/MonoBehaviours/Core/NetworkingManager.cs +++ b/MLAPI/MonoBehaviours/Core/NetworkingManager.cs @@ -9,7 +9,7 @@ using UnityEngine.Networking; using System.Linq; using System.Security.Cryptography; -namespace MLAPI +namespace MLAPI.MonoBehaviours.Core { /// /// The main component of the library diff --git a/MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs b/MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs index 1313e25..e38c844 100644 --- a/MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs +++ b/MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using MLAPI.MonoBehaviours.Core; +using System.Collections.Generic; using System.IO; using UnityEngine; diff --git a/MLAPI/MonoBehaviours/Prototyping/NetworkedNavMeshAgent.cs b/MLAPI/MonoBehaviours/Prototyping/NetworkedNavMeshAgent.cs index a520adf..75eb93b 100644 --- a/MLAPI/MonoBehaviours/Prototyping/NetworkedNavMeshAgent.cs +++ b/MLAPI/MonoBehaviours/Prototyping/NetworkedNavMeshAgent.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using MLAPI.MonoBehaviours.Core; +using System.Collections.Generic; using System.IO; using UnityEngine; using UnityEngine.AI; diff --git a/MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs b/MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs index 49bb3c5..a55fe0b 100644 --- a/MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs +++ b/MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs @@ -1,4 +1,5 @@ -using System.IO; +using MLAPI.MonoBehaviours.Core; +using System.IO; using UnityEngine; namespace MLAPI.MonoBehaviours.Prototyping diff --git a/MLAPI/NetworkingManagerComponents/MessageManager.cs b/MLAPI/NetworkingManagerComponents/MessageManager.cs index e0e4a27..b4ada6c 100644 --- a/MLAPI/NetworkingManagerComponents/MessageManager.cs +++ b/MLAPI/NetworkingManagerComponents/MessageManager.cs @@ -1,4 +1,5 @@ -using System; +using MLAPI.MonoBehaviours.Core; +using System; using System.Collections.Generic; using UnityEngine; diff --git a/MLAPI/NetworkingManagerComponents/NetworkPoolManager.cs b/MLAPI/NetworkingManagerComponents/NetworkPoolManager.cs index 44c32f0..7fad509 100644 --- a/MLAPI/NetworkingManagerComponents/NetworkPoolManager.cs +++ b/MLAPI/NetworkingManagerComponents/NetworkPoolManager.cs @@ -1,4 +1,5 @@ using MLAPI.Data; +using MLAPI.MonoBehaviours.Core; using System.Collections.Generic; using System.IO; using UnityEngine; diff --git a/MLAPI/NetworkingManagerComponents/NetworkSceneManager.cs b/MLAPI/NetworkingManagerComponents/NetworkSceneManager.cs index 72c34cf..bd34116 100644 --- a/MLAPI/NetworkingManagerComponents/NetworkSceneManager.cs +++ b/MLAPI/NetworkingManagerComponents/NetworkSceneManager.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using MLAPI.MonoBehaviours.Core; +using System.Collections.Generic; using System.IO; using System.Linq; using UnityEngine; diff --git a/MLAPI/NetworkingManagerComponents/SpawnManager.cs b/MLAPI/NetworkingManagerComponents/SpawnManager.cs index ff36530..793869e 100644 --- a/MLAPI/NetworkingManagerComponents/SpawnManager.cs +++ b/MLAPI/NetworkingManagerComponents/SpawnManager.cs @@ -1,4 +1,5 @@ -using System.Collections.Generic; +using MLAPI.MonoBehaviours.Core; +using System.Collections.Generic; using System.IO; using UnityEngine; diff --git a/docs/WebKI.xml b/docs/WebKI.xml index d07b610..e25eb84 100644 --- a/docs/WebKI.xml +++ b/docs/WebKI.xml @@ -5,12 +5,12 @@ - + - + @@ -23,11 +23,11 @@ - - + + - + @@ -43,7 +43,7 @@ - + @@ -51,24 +51,24 @@ - - + + - - + + - - + + - - + + - - - + + + @@ -96,24 +96,24 @@ + + + - - - - - + + @@ -137,38 +137,38 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -195,27 +195,27 @@ - - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + @@ -234,8 +234,8 @@ - - + + @@ -272,33 +272,33 @@ - - - - - + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -314,19 +314,19 @@ - + - - - - - - + + + + + + - - + + @@ -335,7 +335,7 @@ - + @@ -345,44 +345,44 @@ - - + + - + - - - - - - - - - - - + + + + + + + + + + + - + - - - + + + - - - - - - - + + + + + + + @@ -393,7 +393,7 @@ - + diff --git a/docs/WebTOC.xml b/docs/WebTOC.xml index 01cb68d..860ee16 100644 --- a/docs/WebTOC.xml +++ b/docs/WebTOC.xml @@ -1,88 +1,24 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - - - - - - - - - - - - - - - - - - - - - - + - + - + @@ -111,70 +47,134 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - + - + - + @@ -185,13 +185,13 @@ - + - + - + @@ -199,13 +199,13 @@ - + - + - + @@ -218,26 +218,26 @@ - - - + + + - - + + - - + + - - + + @@ -246,16 +246,16 @@ - - + + - - + + diff --git a/docs/fti/FTI_100.json b/docs/fti/FTI_100.json index 8b66b03..37390d3 100644 --- a/docs/fti/FTI_100.json +++ b/docs/fti/FTI_100.json @@ -1 +1 @@ -{"destroys":[5177346,8519681,9568257,12582914],"deregisters":[6225921,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"dictionary":[11730945,12910595,13828097],"data":[983041,4849665,6488067,6946819,7012355,7143427,7536643,7667715,7798787,7864321,8388611,8585219,8716291,9240579,10223619,10289155,12451843,13762561],"defined":[6488066,6946818,7012354,7143426,7536642,7667714,7798786,8388610,8585218,8716290,9240578,10223618,10289154,12451842],"delay":[131073,196609,393218,589825,1114113,2293761,13238274,13369345,13500417,13565953],"defaultplayerprefab":[458753,4521986,13828097],"diffie":[983041,4325377,13762561],"driftcorrectionpercentage":[393217,1245186,13238273],"decrypts":[4718593,7340033,13893633],"deregistermessagehandler":[6225922,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"destroypool":[5177345,9568258,12582913],"description":[131073,196609,262145,393217,458753,589825,655361,851969,983041,4390913,4653057,4718593,4784129,5111809,5177345,5242881,5767169,6356993,6422529,7405569,7602177,9306113,9371649,9699329,9764865,9830401,9895937,10027009,10158081,10485761,10616833,10813441,11010049,11206657,11403265,11534337,11730945,11796482,12124161,12189697,12255236,12582913,12648449,12845057,12976129,13172739,13238276,13303809,13369348,13434881,13500420,13565956,13631491,13697028,13762563,13828100,13893633],"destroy":[5177345,8519682,12582913],"duplicates":[4784129,10092545,12189697],"deregister":[6225922,7929857],"disconnects":[458753,5636097,13828097],"decrypt":[4718593,7340034,13893633],"decided":[983041,3866625,13762561],"degrees":[196609,1638401,13500417],"dontdestroyonload":[458753,3997697,13828097],"destination":[393217,1835009,13238273],"decide":[983041,4849665,13762561],"dontdestroy":[458753,3997698,13828097],"different":[983041,3342337,13762561],"documentation":[720897,786433,917505,1179649,1310721,1376257,5373953,5832706,5898242,6291457,6553602,6881282,7995393,8257538,8847361,8978433],"destroypoolobject":[5177345,8519682,12582913],"duplicate":[10092545],"default":[1,458753,4521985,13828097],"dll":[327681,524289,720897,786433,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9437185,9502721,9568257,9633793,9961473,10092545,10223617,10289153,10354689,10420225,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11796481,11862017,11927553,11993089,12058625,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12713985,12779521,12910593,12976129,13107201,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"decrypted":[7340033],"distance":[196610,2031617,3080193,13500418]} \ No newline at end of file +{"destroys":[5373954,8847361,10027009,13041666],"deregisters":[5570561,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"dictionary":[11010049,12517379,13434881],"data":[720897,3473409,5636099,5832707,5898243,6094851,6356995,6422531,6553603,6684675,6750211,7077891,7602179,7798787,8060931,8519683,8912897,13893633],"defined":[5636098,5832706,5898242,6094850,6356994,6422530,6553602,6684674,6750210,7077890,7602178,7798786,8060930,8519682],"delay":[131074,196609,458753,524289,851969,1703937,13500417,13631489,13697026,13762561],"defaultplayerprefab":[393217,655362,13434881],"diffie":[720897,5242881,13893633],"driftcorrectionpercentage":[131073,2162690,13697025],"decrypts":[4980737,8388609,12058625],"deregistermessagehandler":[5570562,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"destroypool":[5373953,10027010,13041665],"description":[65537,131073,196609,327681,393217,458753,524289,589825,720897,4456449,4587521,4915201,4980737,5308417,5373953,5767169,6881281,6946817,8585217,9043969,9306113,9502721,9633793,9895937,9961473,10092545,10158081,10289153,10354689,10485761,10551297,10682369,11010049,11468801,11665409,11796481,11927553,12058625,12124161,12320769,12451841,12648450,12713985,12976129,13041665,13172737,13238276,13303812,13369345,13434884,13500420,13565955,13631492,13697028,13762564,13828099,13893635],"destroy":[5373953,8847362,13041665],"duplicates":[5308417,11599873,12976129],"deregister":[5505025,5570562],"disconnects":[393217,1245185,13434881],"decrypt":[4980737,8388610,12058625],"decided":[720897,4259841,13893633],"degrees":[458753,2228225,13762561],"dontdestroyonload":[393217,917505,13434881],"destination":[131073,1966081,13697025],"decide":[720897,3473409,13893633],"dontdestroy":[393217,917506,13434881],"different":[720897,4718593,13893633],"documentation":[1376257,1507329,1638401,1769473,2031617,2097153,5701634,7536642,7864322,8126465,8454145,8781826,9175042,9240577,9764865,10747905],"destroypoolobject":[5373953,8847362,13041665],"duplicate":[11599873],"default":[1,393217,655361,13434881],"dll":[655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4521985,4653057,4718593,4784129,4849665,5046273,5111809,5177345,5242881,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7208961,7143425,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9371649,9568257,9699329,9764865,9830401,10027009,10223617,10420225,10616833,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12058625,12189697,12255233,12386305,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"decrypted":[8388609],"distance":[458754,2949121,3276801,13762562]} \ No newline at end of file diff --git a/docs/fti/FTI_101.json b/docs/fti/FTI_101.json index 0de9298..d8752d7 100644 --- a/docs/fti/FTI_101.json +++ b/docs/fti/FTI_101.json @@ -1 +1 @@ -{"examples":[983041,3407873,13762561],"emptied":[983041,3145729,13762561],"encoded":[4718594,7340033,8323074,13893634],"events":[983041,3407873,13762561],"enabled":[131073,196609,393217,524289,1507329,1900545,10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238274,13369346,13500418,13565953,13697025,13828097],"enablesceneswitching":[983041,2686978,13762561],"estimated":[5767169,7733249,11796481,12845057],"encrypted":[983041,3014657,4718593,8323075,13762561,13893633],"exposes":[131073,196609,262145,393217,458753,589825,655361,851969,983041,4390913,4653057,4718593,4784129,5111809,5177345,5242881,6356993,6422529,7405569,7602177,9895937,10158081,10485761,10616833,10813441,11206657,11403265,11534337,11730945,11796481,12124161,12189697,12255233,12582913,12976129,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"encryptedbuffer":[7340034],"exchange":[983043,3932161,4194305,4325377,13762563],"extent":[983041,4456449,13762561],"encrypts":[4718593,8323073,13893633],"expectedchunkscount":[8912898,10092546],"encryptedchannels":[983041,3014658,13762561],"encryption":[262145,983041,2555905,3670017,9764865,13631489,13762561,13893633],"equals":[4390913,4653057,5111809,6356993,6422529,7405569,7602177,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097],"enable":[196609,983043,1572865,2555905,2686977,4325377,13500417,13762563],"encrypt":[4718593,8323074,13893633],"enableencryption":[983041,2555906,13762561],"expected":[8912897,10092545],"error":[4980738],"eventtickrate":[983041,3407874,13762561],"enableproximity":[131073,196609,393217,524290,1507330,1900546,13238273,13369345,13500417],"entered":[13041665],"executing":[10158083,10485763,11206659,11403267,12386305,12779521,13107201,13238275,13369347,13500419,13565955]} \ No newline at end of file +{"examples":[720897,3538945,13893633],"emptied":[720897,5111809,13893633],"encoded":[4980738,8388609,9109506,12058626],"events":[720897,3538945,13893633],"enabled":[131073,458753,524289,1441793,1835009,2686977,10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631490,13697026,13762562],"enablesceneswitching":[720897,3014658,13893633],"estimated":[4915201,9830401,12320769,12648449],"encrypted":[720897,4194305,4980737,9109507,12058625,13893633],"exposes":[65537,131073,196609,327681,393217,458753,524289,589825,720897,4456449,4587521,4980737,5308417,5373953,5767169,6881281,6946817,8585217,9633793,10092545,10158081,10289153,10354689,10485761,10551297,11010049,11468801,11796481,11927553,12058625,12451841,12648449,12713985,12976129,13041665,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"encryptedbuffer":[8388610],"exchange":[720899,4128769,4653057,5242881,13893635],"extent":[720897,3997697,13893633],"encrypts":[4980737,9109505,12058625],"expectedchunkscount":[8716290,11599874],"encryptedchannels":[720897,4194306,13893633],"encryption":[589825,720897,2752513,3735553,9961473,12058625,13828097,13893633],"equals":[4456449,4587521,6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"enable":[458753,720899,2359297,3014657,3735553,5242881,13762561,13893635],"encrypt":[4980737,9109506,12058625],"enableencryption":[720897,3735554,13893633],"expected":[8716289,11599873],"error":[3932162],"eventtickrate":[720897,3538946,13893633],"enableproximity":[131073,458753,524289,1441794,1835010,2686978,13631489,13697025,13762561],"entered":[9437185],"executing":[10158083,10289155,10944513,11206657,11927555,12386305,12451843,13500419,13631491,13697027,13762563]} \ No newline at end of file diff --git a/docs/fti/FTI_102.json b/docs/fti/FTI_102.json index a840922..6c90ce8 100644 --- a/docs/fti/FTI_102.json +++ b/docs/fti/FTI_102.json @@ -1 +1 @@ -{"finalize":[4390913,4653057,5111809,6356993,6422529,7405569,7602177,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097],"fields":[131074,196610,262146,393218,458754,589826,655362,851970,983042,12255233,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097],"follow":[1],"flooding":[983041,3211265,13762561],"following":[131073,196609,262145,393217,458753,589825,655361,851969,983041,4390913,4653057,4718593,4784129,5111809,5177345,5242881,6356993,6422529,7405569,7602177,9895937,10158081,10485761,10616833,10813441,11206657,11403265,11534337,11730945,11796481,12124161,12189697,12255233,12582913,12976129,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"first":[4718594,7340033,8323073,13893634],"frame":[983041,3407873,13762561],"float":[1048577,1114113,1245185,1441793,1638401,1769473,2031617,2228225,2293761,3080193,3473409,8192001,11599873],"field":[327682,524290,720898,786434,917506,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4456450,4521986,4587522,4849666,4915202,5046274,5636098]} \ No newline at end of file +{"finalize":[4456449,4587521,6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"fields":[65538,131074,196610,327682,393218,458754,524290,589826,720898,13238273,13303809,13434881,13500417,13631489,13697025,13762561,13828097,13893633],"follow":[1],"flooding":[720897,4063233,13893633],"following":[65537,131073,196609,327681,393217,458753,524289,589825,720897,4456449,4587521,4980737,5308417,5373953,5767169,6881281,6946817,8585217,9633793,10092545,10158081,10289153,10354689,10485761,10551297,11010049,11468801,11796481,11927553,12058625,12451841,12648449,12713985,12976129,13041665,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"first":[4980738,8388609,9109505,12058626],"frame":[720897,3538945,13893633],"float":[851969,1703937,2162689,2228225,2293761,2490369,2555905,2949121,3211265,3276801,4521985,10223617,12255233],"field":[655362,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2162690,2097154,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4521986,4653058,4718594,4784130,4849666,5111810,5242882]} \ No newline at end of file diff --git a/docs/fti/FTI_103.json b/docs/fti/FTI_103.json index 45c05d0..a53880d 100644 --- a/docs/fti/FTI_103.json +++ b/docs/fti/FTI_103.json @@ -1 +1 @@ -{"getmessageordered":[4784129,7995395,12189697],"games":[983041,3735553,13762561],"getchunkedmessage":[4784129,7864322,12189697],"getcomponentsinparent":[6356997,6422533,7405573,7602181,11534341,13172741,13238277,13303813,13369349,13434885,13500421,13565957,13697029,13828101],"guielement":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"guitext":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"general":[4980737],"getcomponentsinchildren":[6356998,6422534,7405574,7602182,11534342,13172742,13238278,13303814,13369350,13434886,13500422,13565958,13697030,13828102],"gettype":[4390913,4653057,5111809,6356993,6422529,7405569,7602177,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097],"gets":[458754,655361,2359297,3997697,4587521,4653057,4718593,6553601,6619137,6750209,6881281,6946817,7143425,7274497,7602182,8323073,8716289,10158088,10354689,10485768,10551297,10682369,10747905,10813447,10878977,10944513,11075585,11141121,11206665,11272193,11403272,11468801,11534342,11730947,11862017,11927553,11993089,12320769,12386305,12713985,12648450,12779521,12910593,13107201,13238286,13303814,13369359,13434887,13500430,13565967,13697032,13762561,13828101,13893633],"great":[983041,4456449,13762561],"getcomponent":[6356995,6422531,7405571,7602179,11534339,13172739,13238275,13303811,13369347,13434883,13500419,13565955,13697027,13828099],"getcomponentinchildren":[6356996,6422532,7405572,7602180,11534340,13172740,13238276,13303812,13369348,13434884,13500420,13565956,13697028,13828100],"gains":[6750209,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"generic":[6946817,7995394,8847362,8912897,9437185,10092545,10223617],"guitexture":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"gethashcode":[4390913,4653057,5111809,6356993,6422529,7405569,7602177,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097],"getcomponents":[6356996,6422532,7405572,7602180,11534340,13172740,13238276,13303812,13369348,13434884,13500420,13565956,13697028,13828100],"gameobject":[2490370,4521986,4915202,6356993,6815745,8978434,9699329,10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697027,13828097],"getcomponentinparent":[6356994,6422530,7405570,7602178,11534338,13172738,13238274,13303810,13369346,13434882,13500418,13565954,13697026,13828098],"getconfig":[4653057,6881284,13762561],"getnetworkedobject":[6553604,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"getinstanceid":[6356993,6422529,7405569,7602177,11534337,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13828097],"getparameterautosend":[5898244,7602177,13369345],"given":[4718594,5177345,5242881,5767170,6225921,6356993,6553601,7143425,7340033,7405571,7471105,7602180,7733249,8192001,8323073,8585217,8650753,8781825,8978433,9043969,9109505,11534340,11796482,12582913,12845058,12976129,13238276,13303812,13369348,13434884,13500420,13565956,13697025,13828099,13893634],"getmessageunordered":[4784129,8847363,12189697]} \ No newline at end of file +{"getmessageordered":[5308417,9764867,12976129],"games":[720897,4325377,13893633],"getchunkedmessage":[5308417,8912898,12976129],"getcomponentsinparent":[6881285,6946821,8585221,10092549,10354693,11796485,13172741,13238277,13434885,13500421,13565957,13631493,13697029,13762565],"guielement":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"guitext":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"general":[3932161],"getcomponentsinchildren":[6881286,6946822,8585222,10092550,10354694,11796486,13172742,13238278,13434886,13500422,13565958,13631494,13697030,13762566],"gettype":[4456449,4587521,6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"gets":[65537,393218,786433,917505,1572865,4587521,4980737,5177345,5439489,5636097,5701633,5832705,5963777,6881287,6946822,8060929,9109505,9175041,10092550,10158088,10289160,10420225,10551303,10616833,10813441,10878977,10944513,11010051,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11665410,11730945,11862017,11927561,12058625,12386305,12451848,12517377,12779521,12845057,12910593,13172742,13238280,13434885,13500431,13631503,13697038,13762574,13893633],"great":[720897,3997697,13893633],"getcomponent":[6881283,6946819,8585219,10092547,10354691,11796483,13172739,13238275,13434883,13500419,13565955,13631491,13697027,13762563],"getcomponentinchildren":[6881284,6946820,8585220,10092548,10354692,11796484,13172740,13238276,13434884,13500420,13565956,13631492,13697028,13762564],"gains":[5177345,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"generic":[6750209,8060929,8716289,8978433,9764866,10747906,11599873],"guitexture":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"gethashcode":[4456449,4587521,6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"getcomponents":[6881284,6946820,8585220,10092548,10354692,11796484,13172740,13238276,13434884,13500420,13565956,13631492,13697028,13762564],"gameobject":[655362,1310722,3604482,6291457,8585217,9240578,9306113,10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238275,13434881,13500417,13565953,13631489,13697025,13762561],"getcomponentinparent":[6881282,6946818,8585218,10092546,10354690,11796482,13172738,13238274,13434882,13500418,13565954,13631490,13697026,13762562],"getconfig":[4587521,9175044,13893633],"getnetworkedobject":[5701636,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"getinstanceid":[6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"getparameterautosend":[6946817,7536644,13631489],"given":[4915202,4980738,5373953,5570561,5636097,5701633,5767169,6094849,6488065,6619137,6815745,6881284,6946820,7274497,8388609,8585217,9109505,9240577,9568257,9830401,10092548,10223617,10354691,12058626,12320770,12648450,12713985,13041665,13172740,13238273,13434883,13500420,13631492,13697028,13762564],"getmessageunordered":[5308417,10747907,12976129]} \ No newline at end of file diff --git a/docs/fti/FTI_104.json b/docs/fti/FTI_104.json index a1040bd..aad7277 100644 --- a/docs/fti/FTI_104.json +++ b/docs/fti/FTI_104.json @@ -1 +1 @@ -{"hideflags":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"hash":[4653059,6291459,6881281,8257541,13762563],"hellman":[983041,4325377,13762561],"helper":[9764866,12189697,13893633],"handler":[6225921,7602178,7929857,11534338,13238274,13303810,13369346,13434882,13500418,13565954],"hasmissingparts":[4784129,8912898,12189697],"hosts":[9699329,13762561],"host":[7405570,8650753,10158081,10420225,10485761,11075585,11206657,11403265,11730945,13107201,13238273,13369345,13500417,13565953,13828099],"handleobjectspawning":[983041,2883586,13762561],"handle":[983041,2883585,13762561],"handshake":[983041,2621441,13762561],"history":[983041,3473409,13762561],"handlerid":[7929857],"hook":[327682,851969,12255233],"header":[7864321],"handlers":[5570561,5963777,6094849,6619137,6946817,7143425,7536641,7602184,7798785,8716289,9240577,10289153,11534344,12648451,13238280,13303816,13369352,13434888,13500424,13565960],"hashset":[3014658],"hasduplicates":[4784129,10092546,12189697],"hierarchy":[11796481,12189697,12255233,12582913,12976129,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"hingejoint":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097]} \ No newline at end of file +{"hideflags":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"hash":[4587523,8126467,8781829,9175041,13893635],"hellman":[720897,5242881,13893633],"helper":[9961474,12058625,12976129],"handler":[5505025,5570561,6881282,6946818,10092546,13172738,13500418,13631490,13697026,13762562],"hasmissingparts":[5308417,8716290,12976129],"hosts":[9895937,13893633],"host":[6815745,7143425,10158081,10289153,10354690,11010049,11206657,11730945,11927553,12451841,13434883,13500417,13631489,13697025,13762561],"handleobjectspawning":[720897,3866626,13893633],"handle":[720897,3866625,13893633],"handshake":[720897,3407873,13893633],"history":[720897,4521985,13893633],"handlerid":[5505025],"hook":[327681,1179650,13303809],"header":[8912897],"handlers":[5636097,5832705,5898241,5963777,6553601,6684673,6881288,6946824,7077889,7667713,7733249,8060929,8192001,10092552,11665411,13172744,13500424,13631496,13697032,13762568],"hashset":[4194306],"hasduplicates":[5308417,11599874,12976129],"hierarchy":[12058625,12648449,12713985,12976129,13041665,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"hingejoint":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561]} \ No newline at end of file diff --git a/docs/fti/FTI_105.json b/docs/fti/FTI_105.json index bc6ce7e..d102d8b 100644 --- a/docs/fti/FTI_105.json +++ b/docs/fti/FTI_105.json @@ -1 +1 @@ -{"int32":[2424833,2621441,2949121,3014657,3145729,3211265,3276801,3407873,3604481,3801089,3866626,5046273,5636097,5767169,5832707,5898243,6225921,6291459,6946818,7143425,7471105,7602181,7733250,7864321,7929858,7995394,8060929,8585217,8716290,8847362,9502721,9830401,10223618,10682369,11010050,11337729,11534340,11796481,11862017,12058625,12451842,12648450,12845057,12910593,13238276,13303812,13369349,13434884,13500420,13565956],"int":[2424833,2621441,2949121,3014657,3145729,3211265,3276801,3407873,3604481,3801089,3866626,5046273,5636097,5832705,5898241,6225921,6291457,6946817,7143425,7471105,7733249,7864321,7929858,7995393,8060929,8585217,8716289,8847361,9502721,10223617,10682369,11337729,11862017,12058625,12451841,12910593],"isactiveandenabled":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"isclientconnected":[10944514,11730945,13828097],"isserver":[10158081,10485761,11206657,11403265,12386306,13238273,13369345,13500417,13565953],"interpolate":[196609,2162689,13500417],"instances":[196609,1703937,4653057,8257537,13500417,13762561],"ishost":[10158081,10485761,11075586,11206657,11403265,11730945,13107202,13238273,13369345,13500417,13565953,13828097],"isowner":[10158081,10485761,10813441,11141122,11206657,11403265,11993090,13238273,13369345,13500417,13565953,13697025],"ispooledobject":[10813441,11272194,13697025],"interpolation":[196609,1572865,13500417],"ienumerator":[6356994,6422530,7405570,7602178,11534338,13172738,13238274,13303810,13369346,13434882,13500418,13565954,13697026,13828098],"instead":[5177345,8519681,12582913],"invokes":[5767170,7733249,8192001,11796482,12845058],"invoked":[6946817,7143425,7536641,7602183,7798785,7929857,8716289,9240577,10289153,11534343,12648451,13238279,13303815,13369351,13434887,13500423,13565959],"isclient":[10158081,10485761,11206657,11403265,12779522,13238273,13369345,13500417,13565953],"include":[983041,3407873,13762561],"inheritance":[11796481,12189697,12255233,12582913,12976129,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"islocalplayer":[10158081,10485761,10747906,10813441,10878978,11206657,11403265,13238273,13369345,13500417,13565953,13697025],"inherits":[9699329,13565953],"inherited":[131073,196609,393217,4390918,4653062,5111816,6357050,6422586,7405626,7602253,9895937,10158114,10485786,10616858,10813466,11206690,11403298,11534413,11730970,12255241,13172820,13238384,13303885,13369456,13434938,13500528,13566036,13631494,13697108,13762566,13828180],"isinvoking":[6356994,6422530,7405570,7602178,11534338,13172738,13238274,13303810,13369346,13434882,13500418,13565954,13697026,13828098],"internal":[983041,3407873,13762561],"inside":[983041,3145729,4784129,10092545,12189697,13762561],"interpolateserver":[196609,2162690,13500417],"instance":[4653057,5308417,5439489,5505025,5701633,6029313,6553601,6684673,6881281,7077889,7208961,7602177,8126465,8519681,9633793,10158082,10354689,10485762,11206658,11403266,11534337,11665409,11730945,12255233,12713985,13172737,13238276,13303809,13369348,13434881,13500420,13565956,13631489,13697025,13762562,13828098],"identify":[9699329,13697025],"isplayerobject":[10551298,10813441,13697025],"invoke":[327681,458755,851969,983041,3866625,4259841,5046273,5636097,6356993,6422529,7405569,7602177,7733249,8192001,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13762561,13828100],"invokerepeating":[6356993,6422529,7405569,7602177,11534337,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13828097],"index":[5832707,5898243,9502721,10813441,12058625,13697025],"interpolateposition":[196609,1572866,13500417],"isdefaultattribute":[5111809,12255233],"isordered":[4784129,9437186,12189697],"initializes":[5308417,5439489,5505025,5701633,6029313,6684673,7077889,7208961,8126465,9633793,12255233,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097]} \ No newline at end of file +{"int32":[1048577,1245185,3342337,3407873,3538945,3670017,3801089,4063233,4194305,4259842,4390913,4849665,4915201,5111809,5505026,5570561,5636097,5832706,6029313,6094849,6619137,6750210,6881284,6946821,7536643,7798786,7864323,8060930,8126467,8912897,9699329,9764866,9830402,10092548,10682370,10747906,10878977,11272193,11665410,11993089,12124161,12189697,12320769,12517377,12648449,13172740,13500420,13631493,13697028,13762564],"int":[1048577,1245185,3342337,3407873,3538945,3670017,3801089,4063233,4194305,4259842,4390913,4849665,5111809,5505026,5570561,5636097,5832705,6029313,6094849,6619137,6750209,7536641,7798785,7864321,8060929,8126465,8912897,9699329,9764865,9830401,10747905,10878977,11272193,11993089,12189697,12517377],"isactiveandenabled":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"isclientconnected":[11010049,12910594,13434881],"isserver":[10158081,10289153,11927553,12386306,12451841,13500417,13631489,13697025,13762561],"interpolate":[458753,1900545,13762561],"instances":[458753,2424833,4587521,8781825,13762561,13893633],"ishost":[10158081,10289153,11010049,11206658,11730946,11927553,12451841,13434881,13500417,13631489,13697025,13762561],"isowner":[10158081,10289153,10551297,11403266,11862018,11927553,12451841,13238273,13500417,13631489,13697025,13762561],"ispooledobject":[10551297,10813442,13238273],"interpolation":[458753,2359297,13762561],"ienumerator":[6881282,6946818,8585218,10092546,10354690,11796482,13172738,13238274,13434882,13500418,13565954,13631490,13697026,13762562],"instead":[5373953,8847361,13041665],"invokes":[4915202,9830401,10223617,12320770,12648450],"invoked":[5505025,5636097,5832705,5898241,6553601,6684673,6881287,6946823,7077889,8060929,10092551,11665411,13172743,13500423,13631495,13697031,13762567],"isclient":[10158081,10289153,10944514,11927553,12451841,13500417,13631489,13697025,13762561],"include":[720897,3538945,13893633],"inheritance":[12058625,12648449,12713985,12976129,13041665,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"islocalplayer":[10158081,10289153,10551297,11141122,11337730,11927553,12451841,13238273,13500417,13631489,13697025,13762561],"inherits":[9306113,13500417],"inherited":[131073,458753,524289,4456456,4587526,6881338,6946893,8585274,9633793,10092621,10158106,10289186,10354746,10551322,11010074,11468826,11796538,11927586,12451874,13172813,13238356,13303817,13369350,13434964,13500500,13566036,13631600,13697136,13762672,13828102,13893638],"isinvoking":[6881282,6946818,8585218,10092546,10354690,11796482,13172738,13238274,13434882,13500418,13565954,13631490,13697026,13762562],"internal":[720897,3538945,13893633],"inside":[720897,5111809,5308417,11599873,12976129,13893633],"interpolateserver":[458753,1900546,13762561],"instance":[4587521,5046273,5701633,6225921,6881281,6946817,7208961,7340033,7471105,7929857,8257537,8323073,8650753,8847361,9175041,9371649,10092545,10158082,10289154,10616833,11010049,11927554,12451842,12582913,12845057,13172737,13238273,13303809,13434882,13500420,13565953,13631492,13697028,13762564,13828097,13893634],"identify":[9306113,13238273],"isplayerobject":[10420226,10551297,13238273],"invoke":[327681,393219,720897,1048577,1114113,1179649,1245185,4259841,6881281,6946817,8585217,9830401,10092545,10223617,10354689,11796481,13172737,13238273,13303809,13434884,13500417,13565953,13631489,13697025,13762561,13893633],"invokerepeating":[6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"index":[7536643,7864323,9699329,10551297,12189697,13238273],"interpolateposition":[458753,2359298,13762561],"isdefaultattribute":[4456449,13303809],"isordered":[5308417,8978434,12976129],"initializes":[5046273,6225921,7208961,7340033,7471105,7929857,8257537,8323073,8650753,9371649,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633]} \ No newline at end of file diff --git a/docs/fti/FTI_107.json b/docs/fti/FTI_107.json index 51101a7..7dcdcc3 100644 --- a/docs/fti/FTI_107.json +++ b/docs/fti/FTI_107.json @@ -1 +1 @@ -{"key":[262145,983045,3670017,3932162,4194306,4325377,4718594,7340036,8323076,13631489,13762565,13893634]} \ No newline at end of file +{"key":[589825,720901,2752513,4128770,4653058,4980738,5242881,8388612,9109508,12058626,13828097,13893637]} \ No newline at end of file diff --git a/docs/fti/FTI_108.json b/docs/fti/FTI_108.json index 50d2166..b2fdf62 100644 --- a/docs/fti/FTI_108.json +++ b/docs/fti/FTI_108.json @@ -1 +1 @@ -{"lag":[983041,3473409,9306113,9764865,11796481,13172737,13762561],"loose":[7274497,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"lerp":[393217,1245185,13238273],"local":[6553601,6750209,7602178,10158081,10485761,10813441,11141121,11206657,11337729,11403265,11534338,11730945,11993089,13238275,13303810,13369347,13434882,13500419,13565955,13697025,13828097],"large":[4784129,7864322,12189697],"locate":[13041665],"light":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"load":[4980737],"list":[458753,983043,2097154,3735555,4063234,4456452,4784135,4915203,6356997,6422533,6946819,7405573,7602183,7864323,7995398,8847366,8912901,9437188,9830401,10092549,10223619,10813441,11010050,11534343,12058625,12189703,12517378,12648450,12845057,13172741,13238279,13303815,13369351,13434887,13500423,13565959,13697030,13762563,13828102],"lagcompensationmanager":[5767170,7733250,8192002,9764865,11796484,12124163,12517378,12845058],"longer":[13041665],"link":[1],"looking":[13041665],"library":[983041,2883585,9699329,13762561,13828097]} \ No newline at end of file +{"lag":[720897,4521985,9306113,9961473,12648449,13565953,13893633],"loose":[5439489,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"lerp":[131073,2162689,13697025],"local":[5177345,5701633,6881282,6946818,10092546,10158081,10289153,10551297,11010049,11403265,11862017,11927553,11993089,12451841,13172738,13238273,13434881,13500419,13631491,13697027,13762563],"large":[5308417,8912898,12976129],"locate":[9437185],"light":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"load":[3932161],"list":[393217,720899,1310723,2818050,3997700,4325379,4784130,5308423,6750211,6881287,6946823,8060931,8585221,8716293,8912899,8978436,9764870,10092551,10354693,10551297,10682370,10747910,11599877,11665410,11796485,12124161,12189697,12320769,12976135,13107202,13172743,13238278,13434886,13500423,13565957,13631495,13697031,13762567,13893635],"lagcompensationmanager":[4915202,9830402,9961473,10223618,10485763,12320770,12648452,13107202],"longer":[9437185],"link":[1],"looking":[9437185],"library":[720897,3866625,9306113,13434881,13893633]} \ No newline at end of file diff --git a/docs/fti/FTI_109.json b/docs/fti/FTI_109.json index 91c780f..c61d754 100644 --- a/docs/fti/FTI_109.json +++ b/docs/fti/FTI_109.json @@ -1 +1 @@ -{"members":[131073,196609,262145,393217,458753,589825,655361,851969,983041,4390913,4653057,4718593,4784129,5111809,5177345,5242881,6356993,6422529,7405569,7602177,9895937,10158081,10485761,10616833,10813441,11206657,11403265,11534337,11730945,11796481,12124161,12189697,12255233,12582913,12976129,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"meters":[196609,2228225,13500417],"messagebuffersize":[983041,3801090,13762561],"main":[9699329,9764867,11796481,12582913,12976129,13828097],"managing":[9764866,12582913,12976129],"max":[983043,2949121,3211265,3801089,13762563],"myclientid":[11337730,11730945,13828097],"maxconnections":[983041,2949122,13762561],"memberwiseclone":[4390913,4653057,5111809,6356993,6422529,7405569,7602177,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097],"messages":[983044,1966081,3145729,3211265,4456449,9764865,12189697,13762564],"multiple":[6946817,7602180,8716289,10223617,11010050,11534340,12451841,12648450,13238276,13303812,13369348,13434884,13500420,13565956],"marked":[458753,3997697,13828097],"maxreceiveeventspertickrate":[983041,3211266,13762561],"monobehaviours":[131073,196609,393217,524290,720899,786435,917507,1048578,1179651,1114114,1245186,1310723,1376259,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,2031618,2162690,2228226,3080194,5373955,5439490,5505026,5570562,5701634,5832708,5898244,5963778,6029314,6094850,6160386,6291459,6422529,7602177,9306113,9371649,9830401,10158081,10616833,11206657,11403265,11534337,12320770,13172739,13238275,13303809,13369347,13500419,13565955],"messagetypes":[983044,4063235,4456450,13762564],"methods":[4390914,4653058,4718594,4784130,5111810,5177346,5242882,5767170,6356994,6422530,7405570,7602178,11534338,11796481,12189697,12255233,12582913,12976129,13172737,13238273,13303810,13369345,13434882,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"misspelled":[13041665],"min":[196610,1638401,2228225,13500418],"match":[5111809,12255233],"make":[983041,2883585,13762561],"minimum":[131073,196609,393217,589825,2293761,13238273,13369345,13500417,13565953],"message":[983044,3014657,3604481,3801090,4718594,5570561,5963777,6094849,6225921,6619137,7143425,7340033,7602179,7864322,7929858,8323073,8585217,11534339,13238275,13303811,13369347,13434883,13500419,13565955,13762564,13893634],"method":[327681,851969,5177345,5373953,5570561,5832705,5898241,5963777,6094849,6160385,6225921,6291457,6488065,6553601,6619137,6750209,6815745,6881281,6946817,7012353,7143425,7274497,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8192001,8257537,8323073,8388609,8454145,8519682,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9437185,9502721,9568257,9830401,9961473,10092545,10223617,10289153,10420225,11010049,12255233,12451841,12582913,12648449,12845057],"messagetype":[6225921,6488067,6946819,7012355,7143427,7536643,7667715,7798787,7929857,8388611,8585219,8716291,9240579,10223619,10289155,12451843],"messagehandlerid":[6225921],"minmeters":[196609,2228226,13500417],"mindegrees":[196609,1638402,13500417],"monobehaviour":[5177345,6357006,6422542,7405582,7602190,8519681,9699329,10158082,10485762,10616834,10813442,11206658,11403266,11534350,11730946,12582913,13172754,13238289,13303822,13369361,13434894,13500433,13565971,13697042,13828114],"messagehandler":[7929858],"missing":[720897,786433,917505,1179649,1310721,1376257,4784129,5373953,5832706,5898242,6291457,6553602,6881282,7995393,8257538,8847361,8912898,8978433,12189697],"mlapi":[65537,131074,196610,262146,327685,393218,458754,524293,589826,655362,720902,786438,851970,917510,983042,1048581,1114117,1179654,1245189,1310726,1376262,1441797,1507333,1572869,1638405,1703941,1769477,1835013,1900549,1966085,2031621,2097157,2162693,2228229,2293765,2359301,2424837,2490373,2555909,2621445,2686981,2752517,2818053,2883589,2949125,3014661,3080197,3145733,3211269,3276805,3342341,3407877,3473413,3538949,3604485,3670021,3735557,3801093,3866629,3932165,3997701,4063237,4128773,4194309,4259845,4325381,4390914,4456453,4521989,4587525,4653058,4718594,4784130,4849669,4915205,4980737,5046277,5111810,5177346,5242882,5308421,5373958,5439493,5505029,5570565,5636101,5701637,5767170,5832711,5898247,5963781,6029317,6094853,6160389,6225925,6291462,6356994,6422530,6488069,6553607,6619141,6684677,6750213,6815749,6881287,6946821,7012357,7077893,7143429,7208965,7274501,7340037,7405570,7471109,7536645,7602178,7667717,7733253,7798789,7864325,7929861,7995398,8060933,8126469,8192005,8257543,8323077,8388613,8454149,8519686,8585221,8650758,8716293,8781830,8847366,8912901,8978438,9043973,9109510,9175045,9240581,9306114,9371650,9437189,9502725,9568261,9633797,9699330,9764866,9830402,9895938,9961477,10027010,10092549,10158082,10223621,10289157,10354693,10420229,10485762,10551301,10616834,10682373,10747909,10813442,10878981,10944517,11010050,11075589,11141125,11206658,11272197,11337733,11403266,11468805,11534338,11599877,11665413,11730946,11796486,11862021,11927557,11993093,12058629,12124162,12189702,12255238,12320773,12386309,12451845,12517381,12582918,12648450,12713989,12779525,12845058,12910597,12976134,13041665,13107205,13172742,13238279,13303810,13369351,13434882,13500423,13565961,13631494,13697030,13762566,13828102,13893638],"messagechunker":[4784131,7864322,7995395,8847363,8912898,9437186,9764865,10092546,12189700]} \ No newline at end of file +{"members":[65537,131073,196609,327681,393217,458753,524289,589825,720897,4456449,4587521,4980737,5308417,5373953,5767169,6881281,6946817,8585217,9633793,10092545,10158081,10289153,10354689,10485761,10551297,11010049,11468801,11796481,11927553,12058625,12451841,12648449,12713985,12976129,13041665,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"meters":[458753,2555905,13762561],"messagebuffersize":[720897,3801090,13893633],"main":[9306113,9961475,12648449,12713985,13041665,13434881],"managing":[9961474,12713985,13041665],"max":[720899,3670017,3801089,4063233,13893635],"myclientid":[11010049,11993090,13434881],"maxconnections":[720897,3670018,13893633],"memberwiseclone":[4456449,4587521,6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"messages":[720900,2883585,3997697,4063233,5111809,9961473,12976129,13893636],"multiple":[5832705,6750209,6881284,6946820,7798785,8060929,10092548,10682370,11665410,13172740,13500420,13631492,13697028,13762564],"marked":[393217,917505,13434881],"maxreceiveeventspertickrate":[720897,4063234,13893633],"monobehaviours":[65537,131073,196609,393217,458753,524289,655362,786434,851970,917506,983042,1048578,1114114,1245186,1310722,1376259,1441794,1507331,1572866,1638403,1703938,1769475,1835010,1900546,1966082,2031619,2162690,2097155,2228226,2293762,2359298,2424834,2490370,2555906,2686978,2949122,3211266,3276802,5177346,5439490,5505026,5570562,5636098,5701636,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553602,6619138,6684674,6750210,6815746,6881281,6946817,7012354,7077890,7208962,7143426,7274498,7340034,7405570,7471106,7536644,7602178,7667714,7733250,7798786,7864324,7929858,7995394,8060930,8126467,8192002,8257538,8454147,8519682,8585217,8650754,8847361,9306113,9502721,10092545,10158081,10289153,10354689,10420226,10551297,10616834,10682369,10813442,10878978,10944514,11010049,11075586,11141122,11206658,11272194,11337730,11403266,11468801,11534338,11665409,11730946,11796481,11862018,11927553,11993090,12124161,12189698,12255234,12386306,12451841,12517378,12582914,12779522,12845058,12910594,13172737,13238275,13434883,13500422,13565955,13631492,13697028,13762564],"messagetypes":[720900,3997698,4784131,13893636],"methods":[4456450,4587522,4915202,4980738,5308418,5373954,5767170,6881282,6946818,8585218,10092546,10354690,11796482,12058625,12648449,12713985,12976129,13041665,13172738,13238273,13303809,13369346,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"misspelled":[9437185],"min":[458754,2228225,2555905,13762562],"match":[4456449,13303809],"make":[720897,3866625,13893633],"minimum":[131073,196609,458753,524289,851969,13500417,13631489,13697025,13762561],"message":[720900,3801090,4194305,4849665,4980738,5505026,5570561,5636097,5963777,6094849,6881283,6946819,7667713,7733249,8192001,8388609,8912898,9109505,10092547,12058626,13172739,13500419,13631491,13697027,13762563,13893636],"method":[327681,1179649,5177345,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7143425,7274497,7405569,7536641,7602177,7667713,7733249,7798785,7864321,7995393,8060929,8126465,8192001,8388609,8454145,8519681,8716289,8781825,8847362,8912897,8978433,9109505,9175041,9240577,9568257,9699329,9764865,9830401,10027009,10223617,10682369,10747905,11599873,11665409,12124161,12320769,13041665,13303809],"messagetype":[5505025,5570561,5636099,5832707,5898243,6094851,6356995,6422531,6553603,6684675,6750211,7077891,7602179,7798787,8060931,8519683],"messagehandlerid":[5570561],"minmeters":[458753,2555906,13762561],"mindegrees":[458753,2228226,13762561],"monobehaviour":[5373953,6881294,6946830,8585230,8847361,9306113,10092558,10158082,10289154,10354702,10551298,11010050,11468802,11796494,11927554,12451842,13041665,13172750,13238290,13434898,13500435,13565970,13631505,13697041,13762577],"messagehandler":[5505026],"missing":[1376257,1507329,1638401,1769473,2031617,2097153,5308417,5701634,7536642,7864322,8126465,8454145,8716290,8781826,9175042,9240577,9764865,10747905,12976129],"mlapi":[65538,131074,196610,262145,327682,393218,458754,524290,589826,655365,720898,786437,851973,917509,983045,1048581,1114117,1179653,1245189,1310725,1376262,1441797,1507334,1572869,1638406,1703941,1769478,1835013,1900549,1966085,2031622,2097158,2162693,2228229,2293765,2359301,2424837,2490373,2555909,2621445,2686981,2752517,2818053,2883589,2949125,3014661,3080197,3145733,3211269,3276805,3342341,3407877,3473413,3538949,3604485,3670021,3735557,3801093,3866629,3932161,3997701,4063237,4128773,4194309,4259845,4325381,4390917,4456450,4521989,4587522,4653061,4718597,4784133,4849669,4915202,4980738,5046277,5111813,5177349,5242885,5308418,5373954,5439493,5505029,5570565,5636101,5701639,5767170,5832709,5898245,5963781,6029317,6094853,6160389,6225925,6291461,6356997,6422533,6488070,6553605,6619141,6684677,6750213,6815750,6881282,6946818,7012357,7077893,7208965,7143429,7274502,7340037,7405573,7471109,7536647,7602181,7667717,7733253,7798789,7864327,7929861,7995397,8060933,8126470,8192005,8257541,8323077,8388613,8454150,8519685,8585218,8650757,8716293,8781831,8847366,8912901,8978437,9043970,9109509,9175047,9240582,9306114,9371653,9437185,9502722,9568261,9633794,9699333,9764870,9830405,9895938,9961474,10027013,10092546,10158082,10223621,10289154,10354690,10420229,10485762,10551298,10616837,10682370,10747910,10813445,10878981,10944517,11010050,11075589,11141125,11206661,11272197,11337733,11403269,11468802,11534341,11599877,11665410,11730949,11796482,11862021,11927554,11993093,12058630,12124162,12189701,12255237,12320770,12386309,12451842,12517381,12582917,12648454,12713990,12779525,12845061,12910597,12976134,13041670,13107205,13172738,13238278,13303814,13369346,13434886,13500425,13565958,13631495,13697031,13762567,13828102,13893638],"messagechunker":[5308419,8716290,8912898,8978434,9764867,9961473,10747907,11599874,12976132]} \ No newline at end of file diff --git a/docs/fti/FTI_110.json b/docs/fti/FTI_110.json index a99b3fd..ef608fd 100644 --- a/docs/fti/FTI_110.json +++ b/docs/fti/FTI_110.json @@ -1 +1 @@ -{"netconfig":[8650754,8781826,9109506],"networkscenemanager":[5242883,9043970,9764865,12976132],"networkingmanagercomponents":[4718593,4784129,5177345,5242881,5767169,7340034,7733250,7864322,7995395,8192002,8323074,8519682,8847363,8912898,8978435,9043970,9437186,9502722,9568258,9764865,10092546,11796483,12124161,12189699,12517378,12582915,12845057,12976131,13893635],"networkednavmeshagent":[393219,1048578,1114114,1245186,1507330,1835010,5570562,5701636,9371649,11403267,11534339,13238278,13565953],"networkedanimator":[131075,524290,720899,786435,917507,1179651,1310723,1376259,1769474,5373955,5439492,5832708,5898244,6094850,6160386,6291459,7602179,9371649,9830402,11206659,12320770,13369350,13565953],"networkid":[6553604,7602177,10158082,10354691,10485762,10813441,11206658,11403266,11468802,11534337,13238275,13303809,13369347,13434881,13500419,13565955,13697025],"networkedbehaviour":[131073,196609,393217,589827,2293762,6225922,6488066,6553604,6619138,6684676,6750210,6946819,7012354,7143427,7274498,7536643,7602203,7667714,7798787,7929858,8388610,8585218,8716291,9240579,9699329,10158090,10223618,10289155,10354691,10485765,10682370,10878978,11010050,11206666,11403274,11534363,11993090,12386306,12451842,12648453,12713987,12779522,13107202,13238312,13303835,13369384,13434890,13500456,13565967],"networked":[983041,3735553,5177345,9502721,9699330,12582913,13565953,13697025,13762561],"networkingmanager":[458756,3997699,4128770,4259842,4521986,4587522,4915202,5046274,5636098,7405571,8650754,8781826,9109506,9175042,9633796,9699329,9961474,10420226,10944514,11075586,11337730,11599874,11665413,11730948,12910594,13828104],"networktime":[11599874,11730945,13828097],"networkedobjec":[262145,2097153,13631489],"networkedobject":[655363,2097154,2359298,5177345,6356995,6553602,6815746,7471106,8060930,8126468,8454146,8519684,9699329,10158084,10354689,10485764,10551298,10682369,10747906,10813444,11141122,11206660,11272194,11403268,11468802,11862019,11927554,12058626,12582913,12713989,13238276,13369348,13500420,13565956,13697031],"network":[655361,2359297,6356994,6815745,7471105,9764866,10813441,11468801,12582913,12976129,13697028],"networkpoolmanager":[5177347,8519682,8978435,9502722,9568258,9764865,12582916],"networkedclient":[262148,2097154,2424835,2490370,3670018,4390915,7077892,9699330,12910594,13631496],"networktransport":[983041,3276801,13762561],"newownerclientid":[8060930],"new":[5308417,5439489,5505025,5701633,6029313,6684673,7077889,7208961,8060929,8126465,9633793,12255233,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097],"networkedtransform":[196611,1441794,1572866,1638402,1703938,1900546,2031618,2162690,2228226,3080194,5963778,6029316,9371649,10158083,13303811,13500422,13565953],"normal":[983041,4456449,13762561],"networkview":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"networkingconfiguration":[458753,983043,1966082,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3735554,3801090,3866626,3932162,4063234,4128771,4194306,4325378,4456450,4653061,4849666,6881285,7208964,7405571,8257541,8650756,8781828,9109508,9699329,13762568,13828100],"netobject":[8519682],"navmeshagents":[9371649,13238273],"namespace":[131073,196609,262145,327682,393217,458753,524290,589825,655361,720898,786434,851969,917506,983041,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390913,4456450,4521986,4587522,4653057,4718593,4784129,4849666,4915202,5046274,5177345,5111809,5242881,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767169,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356993,6422529,6488066,6553602,6619138,6684674,6750210,6815746,6881282,6946818,7012354,7077890,7143426,7208962,7274498,7340034,7405569,7471106,7536642,7602177,7667714,7733250,7798786,7864322,7929858,7995394,8060930,8126466,8192002,8257538,8323074,8388610,8454146,8519682,8585218,8650754,8716290,8781826,8847362,8912898,8978434,9043970,9109506,9175042,9240578,9306113,9371649,9437186,9502722,9568258,9633794,9699329,9764865,9830401,9895937,9961474,10027009,10092546,10158081,10223618,10289154,10354690,10420226,10485761,10551298,10616833,10682370,10747906,10813441,10878978,10944514,11010049,11075586,11141122,11206657,11272194,11337730,11403265,11468802,11534337,11599874,11665410,11730945,11796482,11862018,11927554,11993090,12058626,12124161,12189698,12255234,12320770,12386306,12451842,12517378,12582914,12713986,12648449,12779522,12845057,12910594,12976130,13107202,13172738,13238274,13303809,13369346,13434881,13500418,13565954,13631490,13697026,13762562,13828098,13893634],"networkedtransport":[983041,3538945,13762561],"networkstart":[5570562,5963778,6094850,6619138,7602178,11534338,13238274,13303810,13369346,13434881,13500418,13565953],"networkconfig":[458753,4128770,13828097],"networking":[6619137,13434881,13565953]} \ No newline at end of file +{"netconfig":[6488066,6815746,7274498],"networkscenemanager":[5767171,9568258,9961473,12713988],"networkingmanagercomponents":[4915201,4980737,5308417,5373953,5767169,8388610,8716290,8847362,8912898,8978434,9109506,9240579,9568258,9699330,9764867,9830402,9961473,10027010,10223618,10485761,10747907,11599874,12058627,12320769,12648451,12713987,12976131,13041667,13107202],"networkednavmeshagent":[131075,1703938,1966082,2162690,2686978,3211266,7667714,7929860,9502721,10092547,12451843,13500417,13697030],"networkedanimator":[524291,1376259,1441794,1507331,1638403,1769475,2031619,2097155,2293762,6946819,7536644,7733250,7864324,7995394,8126467,8454147,8650756,9502721,11927555,12124162,12779522,13500417,13631494],"networkid":[5701636,6881281,6946817,10092545,10158082,10289154,10551297,10616835,11075586,11927554,12451842,13172737,13238273,13500419,13631491,13697027,13762563],"networkedbehaviour":[131073,196611,458753,524289,851970,5177346,5439490,5505026,5570562,5636099,5701636,5832707,5898243,5963778,6094850,6356994,6422530,6553603,6684675,6750210,6881290,6946843,7077891,7208964,7602178,7798786,8060931,8519682,9306113,10092571,10158085,10289162,10616835,10682370,10878978,10944514,11206658,11337730,11665413,11862018,11927562,12386306,12451850,12845059,13172763,13500431,13631528,13697064,13762600],"networked":[720897,4325377,5373953,9306114,9699329,13041665,13238273,13500417,13893633],"networkingmanager":[393220,655362,917507,983042,1048578,1114114,1245186,1310722,1572866,6488066,6815746,7012354,7143426,7274498,7405570,7471108,9306113,10354691,11010052,11730946,11993090,12255234,12517378,12582917,12910594,13434888],"networktime":[11010049,12255234,13434881],"networkedobjec":[589825,2818049,13828097],"networkedobject":[65539,786434,2818050,5373953,5701634,6029314,6160386,6225924,6291458,6619138,8585219,8847364,9306113,10158084,10289156,10420226,10551300,10616833,10813442,10878977,11075586,11141122,11272195,11403266,11534338,11927556,12189698,12451844,12845061,13041665,13238279,13500420,13631492,13697028,13762564],"network":[65537,786433,6291457,6619137,8585218,9961474,10551297,11075585,12713985,13041665,13238276],"networkpoolmanager":[5373955,8847362,9240579,9699330,9961473,10027010,13041668],"networkedclient":[589828,2752514,2818050,3342339,3604482,8323076,9895938,12517378,13369347,13828104],"networktransport":[720897,4390913,13893633],"newownerclientid":[6029314],"new":[5046273,6029313,6225921,7208961,7340033,7471105,7929857,8257537,8323073,8650753,9371649,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"networkedtransform":[458755,1835010,1900546,2228226,2359298,2424834,2490370,2555906,2949122,3276802,8192002,8257540,9502721,10289155,13172739,13500417,13762566],"normal":[720897,3997697,13893633],"networkview":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"networkingconfiguration":[393217,720899,983043,2621442,2883586,3014658,3080194,3145730,3407874,3473410,3538946,3670018,3735554,3801090,3866626,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4521986,4587525,4653058,4718594,4784130,4849666,5111810,5242882,6488068,6815748,7274500,8781829,9175045,9371652,9895937,10354691,13434884,13893640],"netobject":[8847362],"navmeshagents":[9502721,13697025],"namespace":[65537,131073,196609,327681,393217,458753,524289,589825,655362,720897,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2162690,2097154,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456449,4521986,4587521,4653058,4718594,4784130,4849666,4915201,4980737,5046274,5111810,5177346,5242882,5308417,5373953,5439490,5505026,5570562,5636098,5701634,5767169,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553602,6619138,6684674,6750210,6815746,6881281,6946817,7012354,7077890,7208962,7143426,7274498,7340034,7405570,7471106,7536642,7602178,7667714,7733250,7798786,7864322,7929858,7995394,8060930,8126466,8192002,8257538,8323074,8388610,8454146,8519682,8585217,8650754,8716290,8781826,8847362,8912898,8978434,9043969,9109506,9175042,9240578,9306113,9371650,9502721,9568258,9633793,9699330,9764866,9830402,9895937,9961473,10027010,10092545,10158081,10223618,10289153,10354689,10420226,10485761,10551297,10616834,10682369,10747906,10813442,10878978,10944514,11010049,11075586,11141122,11206658,11272194,11337730,11403266,11468801,11534338,11599874,11665409,11730946,11796481,11862018,11927553,11993090,12058626,12124161,12189698,12255234,12320769,12386306,12451841,12517378,12582914,12648450,12713986,12779522,12845058,12910594,12976130,13041666,13107202,13172737,13238274,13303810,13369345,13434882,13500418,13565954,13631490,13697026,13762562,13828098,13893634],"networkedtransport":[720897,3145729,13893633],"networkstart":[5963778,6881281,6946818,7667714,7733250,8192002,10092546,13172738,13500417,13631490,13697026,13762562],"networkconfig":[393217,983042,13434881],"networking":[5963777,6881281,13500417]} \ No newline at end of file diff --git a/docs/fti/FTI_111.json b/docs/fti/FTI_111.json index 0fcb368..3ce9e89 100644 --- a/docs/fti/FTI_111.json +++ b/docs/fti/FTI_111.json @@ -1 +1 @@ -{"onlostownership":[7274498,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"ownership":[6356993,6750209,7274497,7602178,8454145,11534338,13238274,13303810,13369346,13434882,13500418,13565954,13697025],"objects":[5177345,9502721,9568257,11796481,12124161,12517377,12582913],"overload":[5373953,6291457,6488065,6946817,7733249,8192001,8716289,9830401,10223617,10289153,11010049,12451841,12648449,12845057],"owned":[262145,2097153,10158081,10485761,10813441,11141121,11206657,11403265,11993089,13238273,13369345,13500417,13565953,13631489,13697025],"owner":[6356994,7012353,7471105,7536641,7602178,8060930,10813441,11534338,11862017,13238274,13303810,13369346,13434882,13500418,13565954,13697027],"owns":[7602177,7798785,10158083,10354689,10485763,10682369,11206659,11403267,11534337,12713985,13238276,13303809,13369348,13434881,13500420,13565956],"ongainedownership":[6750210,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"obsolete":[6356993,6422529,7405569,7602177,10158097,10485777,10616849,10813457,11206673,11403281,11534337,11730961,13172754,13238290,13303809,13369362,13434881,13500434,13565970,13697042,13828114],"ownedobjects":[262145,2097154,13631489],"optional":[6881281,7995394,8847362,9502721],"onserverstarted":[458753,4259842,13828097],"object":[655362,983041,2359298,2883585,4390918,4653062,5177347,5111812,6357009,6422542,6553601,6750209,7012353,7274497,7405582,7471106,7536641,7602196,7798785,8060929,8454145,8978435,9306113,9502721,9568257,9699329,10158085,10485765,10551298,10616834,10747906,10813450,10878978,11141121,11206661,11272193,11403269,11468801,11534356,11730946,11796481,11927553,11993089,12189697,12255237,12582916,12976129,13172755,13238299,13303828,13369371,13434900,13500443,13565979,13631495,13697055,13762569,13828114,13893633],"occurred":[4980737],"overrides":[7602177,11534337,13238273,13303809,13369345,13500417],"order":[4784131,7995393,8847361,9437186,12189699],"onclientconnectedcallback":[458753,5046274,13828097],"occur":[983041,3407873,13762561],"override":[5570561,5963777,6094849,9699329,13565953],"ownerclientid":[10158081,10485761,10682370,10813441,11206657,11403265,11862018,13238273,13369345,13500417,13565953,13697025],"original":[4784130,7995393,8847361,12189698],"onclientdisconnectcallback":[458753,5636098,13828097]} \ No newline at end of file +{"onlostownership":[5439490,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"ownership":[5177345,5439489,6160385,6881282,6946818,8585217,10092546,13172738,13238273,13500418,13631490,13697026,13762562],"objects":[5373953,9699329,10027009,10485761,12648449,13041665,13107201],"overload":[5832705,6553601,6750209,7798785,8060929,8126465,8454145,8519681,9830401,10223617,10682369,11665409,12124161,12320769],"owned":[589825,2818049,10158081,10289153,10551297,11403265,11862017,11927553,12451841,13238273,13500417,13631489,13697025,13762561,13828097],"owner":[5898241,6029314,6619137,6881282,6946818,7602177,8585218,10092546,10551297,11272193,13172738,13238275,13500418,13631490,13697026,13762562],"owns":[6684673,6881281,6946817,10092545,10158083,10289155,10616833,10878977,11927555,12451843,12845057,13172737,13500420,13631492,13697028,13762564],"ongainedownership":[5177346,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"obsolete":[6881281,6946817,8585217,10092545,10158097,10289169,10354689,10551313,11010065,11468817,11796481,11927569,12451857,13172737,13238290,13434898,13500434,13565970,13631506,13697042,13762578],"ownedobjects":[589825,2818050,13828097],"optional":[9175041,9699329,9764866,10747906],"onserverstarted":[393217,1114114,13434881],"object":[65538,720897,786434,3866625,4456452,4587526,5177345,5373955,5439489,5701633,5898241,6029313,6160385,6619138,6684673,6881300,6946836,7602177,8585233,9240579,9306113,9699329,9895937,10027009,10092564,10158085,10289157,10354702,10420226,10551306,10813441,11010050,11075585,11141122,11337730,11403265,11468802,11534337,11796494,11862017,11927557,12058625,12451845,12648449,12713985,12976129,13041668,13172756,13238303,13303813,13369350,13434898,13500443,13565971,13631515,13697051,13762587,13828103,13893641],"occurred":[3932161],"overrides":[6946817,10092545,13172737,13631489,13697025,13762561],"order":[5308419,8978434,9764865,10747905,12976131],"onclientconnectedcallback":[393217,1048578,13434881],"occur":[720897,3538945,13893633],"override":[7667713,7733249,8192001,9306113,13500417],"ownerclientid":[10158081,10289153,10551297,10878978,11272194,11927553,12451841,13238273,13500417,13631489,13697025,13762561],"original":[5308418,9764865,10747905,12976130],"onclientdisconnectcallback":[393217,1245186,13434881]} \ No newline at end of file diff --git a/docs/fti/FTI_112.json b/docs/fti/FTI_112.json index 8c098a5..d5d1034 100644 --- a/docs/fti/FTI_112.json +++ b/docs/fti/FTI_112.json @@ -1 +1 @@ -{"param2":[131073,720899,13369345],"process":[983041,3211265,13762561],"parameters":[5373953,5832705,5898241,6225921,6291457,6488065,6553601,6881281,6946817,7012353,7143425,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8192001,8257537,8323073,8388609,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9240577,9437185,9502721,9568257,10092545,10223617,10289153,12451841],"persists":[4980737],"protected":[6225921,6488065,6553601,6684673,6946817,7012353,7143425,7536641,7667713,7798785,7929857,8388609,8585217,8716289,9240577,10223617,10289153,12386305,12451841,12779521,13107201],"passthroughmessagetypes":[983041,4456450,13762561],"percentage":[393217,1245185,13238273],"parts":[4653057,4784129,6881281,8912898,12189697,13762561],"public":[327681,524289,720897,786433,917505,983041,1048577,1179649,1114113,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194306,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6291457,6619137,6750209,6815745,6881281,7077889,7208961,7274497,7340033,7471105,7733249,7864321,7995393,8060929,8126465,8192001,8257537,8323073,8454145,8519681,8650753,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9437185,9502721,9568257,9633793,9961473,10092545,10354689,10420225,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11796481,11862017,11927553,11993089,12058625,12189697,12255233,12320769,12517377,12582913,12713985,12910593,12976129,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762562,13828097,13893633],"param5":[131073,1310723,13369345],"player":[10158082,10485762,10551297,10747905,10813443,10878977,11141121,11206658,11403266,11993089,13238274,13369346,13500418,13565954,13697027],"proximityrange":[131073,196609,393217,1048578,1769474,3080194,13238273,13369345,13500417],"position":[196609,983041,2031617,3473409,5177345,8978436,12582913,13500417,13762561],"pending":[983041,3604481,13762561],"properties":[9895938,10158082,10485762,10616834,10813442,11206658,11403266,11730946,11796481,12124162,12255233,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"pools":[9764865,12582913],"param0":[131073,917507,13369345],"passed":[983041,4456449,13762561],"particlesystem":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"prevent":[983041,3211265,13762561],"port":[983042,3276803,13762562],"prefabs":[458753,4915201,13828097],"poolname":[8978434,9502722,9568258],"proximity":[131074,196610,393218,524289,1048577,1507329,1769473,1900545,3080193,13238274,13369346,13500418],"param3":[131073,1179651,13369345],"prototype":[9371651,13238273,13369345,13500417],"private":[983041,3932161,13762561],"prototyping":[131073,196609,393217,524290,720899,786435,917507,1048578,1114114,1179651,1245186,1310723,1376259,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,2031618,2162690,2228226,3080194,5373955,5439490,5570562,5701634,5832708,5898244,5963778,6029314,6094850,6160386,6291459,7602177,9371649,9830401,10158081,11206657,11403265,11534337,12320770,13238275,13303809,13369347,13500419,13565955],"protocolversion":[983041,3342338,13762561],"players":[458753,4521985,13828097],"protocol":[983041,3342337,13762561],"param4":[131073,786435,13369345],"param":[5373953,5832706,5898241,6291457,6553601,6881281,8257537],"passthrough":[983041,1966081,13762561],"pool":[5177348,8519681,8978434,9502723,9568258,10813441,11272193,12582916,13697025],"processed":[983041,3145729,13762561],"page":[4980737,13041668],"personal":[10158081,10485761,10747905,10813441,10878977,11206657,11403265,13238273,13369345,13500417,13565953,13697025],"playerobject":[262146,2490371,13631490],"param1":[131073,1376259,13369345],"prefab":[458753,4521985,9502721,10813441,12058625,13697025,13828097],"part":[5177345,8519681,10813442,11272193,11927553,12582913,13697026],"property":[10354690,10551298,10682370,10747906,10878978,10944514,11075586,11141122,11272194,11337730,11468802,11599874,11665410,11862018,11927554,11993090,12058626,12320770,12386306,12517378,12713986,12779522,12910594,13107202],"properly":[4784130,7995393,8847361,12189698],"purposes":[9764865,13893633],"particleemitter":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"poolid":[10813442,11927555,13697026]} \ No newline at end of file +{"param2":[524289,1507331,13631489],"process":[720897,4063233,13893633],"parameters":[5505025,5570561,5636097,5701633,5832705,5898241,6029313,6094849,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7077889,7274497,7536641,7602177,7798785,7864321,8060929,8126465,8388609,8454145,8519681,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9568257,9699329,9764865,9830401,10027009,10223617,10747905,11599873],"persists":[3932161],"protected":[5505025,5570561,5636097,5701633,5832705,5898241,6094849,6356993,6422529,6553601,6684673,6750209,7077889,7208961,7602177,7798785,8060929,8519681,10944513,11206657,12386305],"passthroughmessagetypes":[720897,3997698,13893633],"percentage":[131073,2162689,13697025],"parts":[4587521,5308417,8716290,9175041,12976129,13893633],"public":[655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128770,4194305,4259841,4325377,4390913,4521985,4653057,4718593,4784129,4849665,5046273,5111809,5177345,5242881,5439489,5963777,6029313,6160385,6225921,6291457,6488065,6619137,6815745,7012353,7143425,7274497,7340033,7405569,7471105,7536641,7667713,7733249,7864321,7929857,7995393,8126465,8192001,8257537,8323073,8388609,8454145,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9371649,9568257,9699329,9764865,9830401,10027009,10223617,10420225,10616833,10747905,10813441,10878977,11075585,11141121,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12058625,12189697,12255233,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893634],"param5":[524289,1769475,13631489],"player":[10158082,10289154,10420225,10551299,11141121,11337729,11403265,11862017,11927554,12451842,13238275,13500418,13631490,13697026,13762562],"proximityrange":[131073,458753,524289,2293762,3211266,3276802,13631489,13697025,13762561],"position":[458753,720897,2949121,4521985,5373953,9240580,13041665,13762561,13893633],"pending":[720897,4849665,13893633],"properties":[9633794,10158082,10289154,10485762,10551298,11010050,11468802,11927554,12451842,12648449,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561],"pools":[9961473,13041665],"param0":[524289,1376259,13631489],"passed":[720897,3997697,13893633],"particlesystem":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"prevent":[720897,4063233,13893633],"port":[720898,4390915,13893634],"prefabs":[393217,1310721,13434881],"poolname":[9240578,9699330,10027010],"proximity":[131074,458754,524290,1441793,1835009,2293761,2686977,3211265,3276801,13631490,13697026,13762562],"param3":[524289,2031619,13631489],"prototype":[9502723,13631489,13697025,13762561],"private":[720897,4653057,13893633],"prototyping":[131073,458753,524289,1376259,1441794,1507331,1638403,1703938,1769475,1835010,1900546,1966082,2031619,2162690,2097155,2228226,2293762,2359298,2424834,2490370,2555906,2686978,2949122,3211266,3276802,6946817,7536644,7667714,7733250,7864324,7929858,7995394,8126467,8192002,8257538,8454147,8650754,9502721,10092545,10289153,11927553,12124161,12451841,12779522,13172737,13500419,13631491,13697027,13762563],"protocolversion":[720897,4718594,13893633],"players":[393217,655361,13434881],"protocol":[720897,4718593,13893633],"param4":[524289,2097155,13631489],"param":[5701633,7536641,7864322,8126465,8454145,8781825,9175041],"passthrough":[720897,2883585,13893633],"pool":[5373956,8847361,9240578,9699331,10027010,10551297,10813441,13041668,13238273],"processed":[720897,5111809,13893633],"page":[3932161,9437188],"personal":[10158081,10289153,10551297,11141121,11337729,11927553,12451841,13238273,13500417,13631489,13697025,13762561],"playerobject":[589826,3604483,13828098],"param1":[524289,1638403,13631489],"prefab":[393217,655361,9699329,10551297,12189697,13238273,13434881],"part":[5373953,8847361,10551298,10813441,11534337,13041665,13238274],"property":[10420226,10616834,10813442,10878978,10944514,11075586,11141122,11206658,11272194,11337730,11403266,11534338,11730946,11862018,11993090,12189698,12255234,12386306,12517378,12582914,12779522,12845058,12910594,13107202],"properly":[5308418,9764865,10747905,12976130],"purposes":[9961473,12058625],"particleemitter":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"poolid":[10551298,11534339,13238274]} \ No newline at end of file diff --git a/docs/fti/FTI_113.json b/docs/fti/FTI_113.json index 78e395e..ac1e18e 100644 --- a/docs/fti/FTI_113.json +++ b/docs/fti/FTI_113.json @@ -1 +1 @@ -{"qostype":[3538946],"quaternion":[8978435],"queue":[983041,3145729,13762561]} \ No newline at end of file +{"qostype":[3145730],"quaternion":[9240579],"queue":[720897,5111809,13893633]} \ No newline at end of file diff --git a/docs/fti/FTI_114.json b/docs/fti/FTI_114.json index 353b875..be5b182 100644 --- a/docs/fti/FTI_114.json +++ b/docs/fti/FTI_114.json @@ -1 +1 @@ -{"ready":[458753,4259841,6619137,13434881,13565953,13828097],"receive":[983042,3145729,3801089,13762562],"registermessagehandler":[7602177,7929858,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"removes":[6356993,8454145,13697025],"running":[7405571,9175041,9961473,10420225,11075585,11730945,13828100],"registered":[983041,4063233,6619137,13434881,13565953,13762561],"removeownership":[6356993,8454146,13697025],"return":[5898241,6553601,6881281,7340033,7864321,7929857,7995393,8257537,8323073,8847361,8912897,8978433,9437185,10092545],"reference":[65537,131074,196610,262146,327682,393218,458754,524290,589826,655362,720898,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2097154,2162690,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932162,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521986,4587522,4653058,4718594,4784130,4849666,4915202,4980737,5046274,5111810,5177346,5242882,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553602,6619138,6684674,6750210,6815746,6881282,6946818,7012354,7077890,7143426,7208962,7274498,7340034,7405570,7471106,7536642,7602178,7667714,7733250,7798786,7864322,7929858,7995394,8060930,8126466,8192002,8257538,8323074,8388610,8454146,8519682,8585218,8650754,8716290,8781826,8847362,8912898,8978434,9043970,9109506,9175042,9240578,9306113,9371649,9437186,9502722,9568258,9633794,9699329,9764865,9830402,9895938,9961474,10027009,10092546,10158082,10223618,10289154,10354690,10420226,10485762,10551298,10616834,10682370,10747906,10813442,10878978,10944514,11010050,11075586,11141122,11206658,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,11927554,11993090,12058626,12124162,12189698,12255234,12320770,12386306,12451842,12517378,12582914,12648450,12713986,12779522,12845058,12910594,12976130,13041665,13107202,13172738,13238274,13303810,13369346,13434882,13500418,13565954,13631490,13697026,13762562,13828098,13893634],"rigidbody2d":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"rsapublickey":[983041,4194306,13762561],"requires":[4784129,7995393,12189697],"rsaprivatekey":[983041,3932162,13762561],"returns":[5898241,6553601,6881281,7995393,8257537,8847361,8978433],"random":[4718593,8323073,13893633],"register":[7929857],"rtt":[5767169,7733250,11796481,12845057],"redirected":[1],"rsa":[983042,3932161,4194305,13762562],"ref":[7864321,7995393,8847361,8912897,9437185,10092545],"registers":[5570561,5963777,6094849,7602178,7929857,11534338,13238274,13303810,13369346,13434881,13500418,13565953],"receivetickrate":[983042,3145730,3211265,13762562],"rotate":[196609,1638401,13500417],"rotation":[5177345,8978436,12582913],"requested":[13041665],"range":[131073,393217,1048577,1769473,13238273,13369345],"resetparameteroptions":[6160386,7602177,13369345],"replicated":[655361,2359297,10027009,11599873,11730945,12255233,13697025,13828097],"represents":[11599873,11730945,13828097],"require":[4784129,8847361,12189697],"runineditmode":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"received":[7929857],"renderer":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"rigidbody":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"registeredscenes":[983041,3735554,13762561],"runinbackground":[458753,4587522,13828097]} \ No newline at end of file +{"ready":[393217,1114113,5963777,6881281,13434881,13500417],"receive":[720898,3801089,5111809,13893634],"registermessagehandler":[5505026,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"removes":[6160385,8585217,13238273],"running":[7012353,7143425,7405569,10354691,11010049,11730945,13434884],"registered":[720897,4784129,5963777,6881281,13500417,13893633],"removeownership":[6160386,8585217,13238273],"return":[5505025,5701633,7536641,8388609,8716289,8781825,8912897,8978433,9109505,9175041,9240577,9764865,10747905,11599873],"reference":[65538,131074,196610,262145,327682,393218,458754,524290,589826,655362,720898,786434,851970,917506,983042,1048578,1114114,1179650,1245186,1310722,1376258,1441794,1507330,1572866,1638402,1703938,1769474,1835010,1900546,1966082,2031618,2162690,2097154,2228226,2293762,2359298,2424834,2490370,2555906,2621442,2686978,2752514,2818050,2883586,2949122,3014658,3080194,3145730,3211266,3276802,3342338,3407874,3473410,3538946,3604482,3670018,3735554,3801090,3866626,3932161,3997698,4063234,4128770,4194306,4259842,4325378,4390914,4456450,4521986,4587522,4653058,4718594,4784130,4849666,4915202,4980738,5046274,5111810,5177346,5242882,5308418,5373954,5439490,5505026,5570562,5636098,5701634,5767170,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553602,6619138,6684674,6750210,6815746,6881282,6946818,7012354,7077890,7208962,7143426,7274498,7340034,7405570,7471106,7536642,7602178,7667714,7733250,7798786,7864322,7929858,7995394,8060930,8126466,8192002,8257538,8323074,8388610,8454146,8519682,8585218,8650754,8716290,8781826,8847362,8912898,8978434,9043969,9109506,9175042,9240578,9306113,9371650,9437185,9502721,9568258,9633794,9699330,9764866,9830402,9895937,9961473,10027010,10092546,10158082,10223618,10289154,10354690,10420226,10485762,10551298,10616834,10682370,10747906,10813442,10878978,10944514,11010050,11075586,11141122,11206658,11272194,11337730,11403266,11468802,11534338,11599874,11665410,11730946,11796482,11862018,11927554,11993090,12058626,12124162,12189698,12255234,12320770,12386306,12451842,12517378,12582914,12648450,12713986,12779522,12845058,12910594,12976130,13041666,13107202,13172738,13238274,13303810,13369346,13434882,13500418,13565954,13631490,13697026,13762562,13828098,13893634],"rigidbody2d":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"rsapublickey":[720897,4128770,13893633],"requires":[5308417,9764865,12976129],"rsaprivatekey":[720897,4653058,13893633],"returns":[5701633,7536641,8781825,9175041,9240577,9764865,10747905],"random":[4980737,9109505,12058625],"register":[5505025],"rtt":[4915201,9830402,12320769,12648449],"redirected":[1],"rsa":[720898,4128769,4653057,13893634],"ref":[8716289,8912897,8978433,9764865,10747905,11599873],"registers":[5505025,6881281,6946818,7667713,7733249,8192001,10092546,13172738,13500417,13631490,13697026,13762562],"receivetickrate":[720898,4063233,5111810,13893634],"rotate":[458753,2228225,13762561],"rotation":[5373953,9240580,13041665],"requested":[9437185],"range":[131073,524289,2293761,3211265,13631489,13697025],"resetparameteroptions":[6946817,7995394,13631489],"replicated":[65537,786433,9043969,11010049,12255233,13238273,13303809,13434881],"represents":[11010049,12255233,13434881],"require":[5308417,10747905,12976129],"runineditmode":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"received":[5505025],"renderer":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"rigidbody":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"registeredscenes":[720897,4325378,13893633],"runinbackground":[393217,1572866,13434881]} \ No newline at end of file diff --git a/docs/fti/FTI_115.json b/docs/fti/FTI_115.json index 8891200..b5221f0 100644 --- a/docs/fti/FTI_115.json +++ b/docs/fti/FTI_115.json @@ -1 +1 @@ -{"spawned":[655361,2359297,13697025],"stopserver":[7405569,9175042,13828097],"syncvar":[327681,851969,12255233],"setup":[6619137,13434881,13565953],"system":[5373954,5832710,5898243,6225922,6291458,6488067,6553603,6881283,6946820,7012355,7143428,7340034,7471105,7536643,7667715,7733250,7798787,7864322,7929858,7995397,8060929,8192002,8257539,8323074,8388611,8585220,8716292,8847365,8912898,8978434,9043969,9240579,9437185,9502723,9568257,10092546,10223620,10289155,11796481,12189697,12255234,12451844,12582913,12976129,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"seconds":[131073,196609,393218,589825,983042,1114113,2293761,2621441,3473409,5767170,7733249,8192002,11599873,11730945,11796482,12845058,13238274,13369345,13500417,13565953,13762562,13828097],"sent":[196610,983041,1638401,2228225,3604481,13500418,13762561],"startcoroutine_auto":[6356993,6422529,7405569,7602177,11534337,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13828097],"snapdistance":[196609,2031618,13500417],"spawnable":[458753,4915201,13828097],"syncronized":[11599873,11730945,13828097],"simulationobjects":[11796481,12124161,12517378],"spawn":[6356993,6815746,8978434,10813441,12058625,13697026],"server":[196609,458753,983041,2162689,4259841,4456449,5177348,5242881,6356996,6488065,6815745,6946817,7012353,7143425,7405570,7471105,7536641,7602190,7667713,7798785,8060929,8388609,8454145,8519681,8585217,8716289,8781825,8978433,9043969,9175041,9240577,9502721,9568257,9699329,10027009,10158082,10223617,10289153,10485762,11010051,11206658,11337729,11403266,11534350,11599873,11730946,12255233,12386305,12451841,12582916,12648451,12976129,13107201,13238288,13303822,13369360,13434894,13500433,13565968,13697028,13762562,13828101],"search":[65537,13041665],"sorteddictionary":[3538946],"sendtoclient":[7602177,8585218,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"sha256":[4653058,6881281,8257537,13762562],"startcoroutine":[6356995,6422531,7405571,7602179,11534339,13172739,13238275,13303811,13369347,13434883,13500419,13565955,13697027,13828099],"switches":[5242881,9043969,12976129],"stopallcoroutines":[6356993,6422529,7405569,7602177,11534337,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13828097],"spawns":[5177345,6356994,6815745,7471105,8978433,12582913,13697026],"stopcoroutine":[6356995,6422531,7405571,7602179,11534339,13172739,13238275,13303811,13369347,13434883,13500419,13565955,13697027,13828099],"spawnableprefabindex":[9502722,10813441,12058626,13697025],"scenenames":[983041,3735553,13762561],"spawnwithownership":[6356993,7471106,13697025],"switch":[9043969],"start":[9699329,13762561],"signkeyexchange":[983041,4325378,13762561],"second":[196610,983043,1441793,1703937,3145729,3407873,3604481,13500418,13762563],"sendmessageupwards":[6356996,6422532,7405572,7602180,11534340,13172740,13238276,13303812,13369348,13434884,13500420,13565956,13697028,13828100],"switching":[983041,2686977,13762561],"sendtoclientstarget":[6946819,7602179,8716291,10289155,11534339,12648452,13238275,13303811,13369347,13434883,13500419,13565955],"sends":[131073,196611,393217,589825,1441793,1703937,2293761,6488065,6946817,7012353,7143425,7536641,7602190,7667713,7798785,8388609,8585217,8716289,9240577,10223617,10289153,11010051,11534350,12451841,12648451,13238287,13303822,13369359,13434894,13500433,13565967],"starts":[7405571,8650753,8781825,9109505,13828099],"spawnableprefabs":[458753,4915202,9502721,10813441,12058625,13697025,13828097],"summary":[720897,786433,917505,1179649,1310721,1376257],"send":[196610,983042,1638401,2228225,3407873,4849665,6488065,6946818,7012353,7143426,7536641,7667713,7798785,8388609,8585218,8716290,9240577,10223618,10289153,12451842,13500418,13762562],"setparameterautosend":[5832708,7602177,13369345],"secondsago":[8192002],"sort":[65537],"secondshistory":[983041,3473410,13762561],"stopclient":[7405569,9961474,13828097],"spawnpoolobject":[5177345,8978435,12582913],"stops":[7405571,9175041,9961473,10420225,13828099],"sendtoservertarget":[7602177,9240578,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"startserver":[7405569,8781826,13828097],"sendtononlocalclientstarget":[7536642,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"starthost":[7405569,8650754,13828097],"sendmessage":[6356996,6422532,7405572,7602180,11534340,13172740,13238276,13303812,13369348,13434884,13500420,13565956,13697028,13828100],"sendtoclienttarget":[7143426,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"startclient":[7405569,9109506,13828097],"sorry":[4980737,13041665],"sets":[458754,655361,2359297,3997697,4587521,11206657,12320769,13369345,13697025,13828098],"single":[1048577,1114113,1245185,1441793,1638401,1769473,2031617,2228225,2293761,3080193,3473409,5767169,8192002,11599873,11796481,12845057],"syncing":[9371651,11206657,12320769,13238273,13369346,13500417],"sendtononlocalclients":[7012354,7602177,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"sendtolocalclienttarget":[7602177,7798786,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"sendspersecond":[196609,1441794,13500417],"site":[4980737],"sendtickrate":[983041,3604482,13762561],"size":[983042,3801090,7995393,8847361,9502722,13762562],"snaping":[196609,2031617,13500417],"sendtoserver":[7602177,8388610,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"scenes":[9764865,12976129],"switchscene":[5242881,9043970,12976129],"serveronly":[655361,2359298,13697025],"syntax":[327681,524289,720897,786433,917505,1048577,1179649,1114113,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9437185,9502721,9568257,9633793,9961473,10092545,10223617,10289153,10354689,10420225,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11796481,11862017,11927553,11993089,12058625,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12713985,12779521,12910593,12976129,13107201,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"set":[458753,983041,3014657,4587521,12320769,13762561,13828097],"synced":[10813441,11468801,13697025],"smaller":[4784129,7864321,12189697],"sendtoclients":[6488067,7602179,10223619,11010052,11534339,12451843,13238275,13303811,13369347,13434883,13500419,13565955],"spawning":[983041,2883585,13762561],"syncedvar":[131073,196609,327682,393217,589825,851971,983041,2293761,3407873,5111811,5308420,9895939,10027009,12255238,13238273,13369345,13500417,13565953,13762561],"syncvarsyncdelay":[131073,196609,393217,589825,2293762,13238273,13369345,13500417,13565953],"simulate":[5767170,7733251,8192003,11796482,12845059],"stophost":[7405569,10420226,13828097],"string":[327682,720898,786434,917506,1179650,1310722,1376258,2752514,3538946,3735554,3932162,4063234,4194306,4456450,5373956,6225922,6357010,6422546,6488070,6946822,7012356,7143428,7405586,7536644,7602207,7667716,7798788,7929858,8388612,8585220,8716294,8978435,9043970,9240580,9502722,9568258,9830401,10223622,10289158,11010054,11534366,12451846,12648454,13172754,13238302,13303838,13369375,13434910,13500446,13565982,13697042,13828114],"sendmessageoptions":[6356998,6422534,7405574,7602182,11534342,13172742,13238278,13303814,13369350,13434886,13500422,13565958,13697030,13828102],"simulation":[11796481,12124161,12517377],"sendtolocalclient":[7602177,7667714,11534337,13238273,13303809,13369345,13434881,13500417,13565953],"signed":[983041,4325377,13762561],"started":[11599873,11730945,13828097],"scenename":[9043970],"scene":[983041,2686977,5242881,9043970,12976129,13762561],"settrigger":[5373956,6291460,7602178,9830403,13369346],"salt":[4718594,7340034,8323074,13893634],"signing":[983042,3932161,4194305,13762562],"static":[7340033,7733249,7864321,7995393,8192001,8323073,8519681,8847361,8912897,8978433,9043969,9437185,9502721,9568257,10092545,11665409,11796481,12189697,12517377,12582913,12976129,13893633],"singleton":[11665411,11730946,13828098]} \ No newline at end of file +{"spawned":[65537,786433,13238273],"stopserver":[7405570,10354689,13434881],"syncvar":[327681,1179649,13303809],"setup":[5963777,6881281,13500417],"system":[5505026,5570562,5636100,5701635,5832708,5898243,6029313,6094852,6356995,6422531,6553603,6619137,6684675,6750212,7077891,7536643,7602179,7798788,7864326,8060932,8126466,8388610,8454146,8519683,8716290,8781827,8912898,8978433,9109506,9175043,9240578,9568257,9699331,9764869,9830402,10027009,10223618,10747909,11599874,12058625,12648449,12713985,12976129,13041665,13238273,13303810,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"seconds":[131074,196609,458753,524289,720898,851969,1703937,3407873,4521985,4915202,9830401,10223618,11010049,12255233,12320770,12648450,13434881,13500417,13631489,13697026,13762561,13893634],"sent":[458754,720897,2228225,2555905,4849665,13762562,13893633],"startcoroutine_auto":[6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"snapdistance":[458753,2949122,13762561],"spawnable":[393217,1310721,13434881],"syncronized":[11010049,12255233,13434881],"simulationobjects":[10485761,12648449,13107202],"spawn":[6291458,8585217,9240578,10551297,12189697,13238274],"server":[393217,458753,720897,1114113,1900545,3997697,5373956,5636097,5767169,5832705,5898241,6029313,6094849,6160385,6291457,6356993,6422529,6553601,6619137,6684673,6750209,6881294,6946830,7077889,7274497,7405569,7602177,7798785,8060929,8519681,8585220,8847361,9043969,9240577,9568257,9699329,9895937,10027009,10092558,10158082,10289154,10354690,10682371,11010050,11206657,11665411,11927554,11993089,12255233,12386305,12451842,12713985,13041668,13172750,13238276,13303809,13434885,13500432,13631504,13697040,13762577,13893634],"search":[262145,9437185],"sorteddictionary":[3145730],"sendtoclient":[6094850,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"sha256":[4587522,8781825,9175041,13893634],"startcoroutine":[6881283,6946819,8585219,10092547,10354691,11796483,13172739,13238275,13434883,13500419,13565955,13631491,13697027,13762563],"switches":[5767169,9568257,12713985],"stopallcoroutines":[6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"spawns":[5373953,6291457,6619137,8585218,9240577,13041665,13238274],"stopcoroutine":[6881283,6946819,8585219,10092547,10354691,11796483,13172739,13238275,13434883,13500419,13565955,13631491,13697027,13762563],"spawnableprefabindex":[9699330,10551297,12189698,13238273],"scenenames":[720897,4325377,13893633],"spawnwithownership":[6619138,8585217,13238273],"switch":[9568257],"start":[9895937,13893633],"signkeyexchange":[720897,5242882,13893633],"second":[458754,720899,2424833,2490369,3538945,4849665,5111809,13762562,13893635],"sendmessageupwards":[6881284,6946820,8585220,10092548,10354692,11796484,13172740,13238276,13434884,13500420,13565956,13631492,13697028,13762564],"switching":[720897,3014657,13893633],"sendtoclientstarget":[5832707,6553603,6881283,6946819,8060931,10092547,11665412,13172739,13500419,13631491,13697027,13762563],"sends":[131073,196609,458755,524289,851969,2424833,2490369,5636097,5832705,5898241,6094849,6356993,6422529,6553601,6684673,6750209,6881294,6946830,7077889,7602177,7798785,8060929,8519681,10092558,10682371,11665411,13172750,13500431,13631503,13697039,13762577],"starts":[6488065,6815745,7274497,10354691,13434883],"spawnableprefabs":[393217,1310722,9699329,10551297,12189697,13238273,13434881],"summary":[1376257,1507329,1638401,1769473,2031617,2097153],"send":[458754,720898,2228225,2555905,3473409,3538945,5636098,5832706,5898241,6094850,6356993,6422529,6553601,6684673,6750210,7077889,7602177,7798786,8060930,8519681,13762562,13893634],"setparameterautosend":[6946817,7864324,13631489],"secondsago":[10223618],"sort":[262145],"secondshistory":[720897,4521986,13893633],"stopclient":[7012354,10354689,13434881],"spawnpoolobject":[5373953,9240579,13041665],"stops":[7012353,7143425,7405569,10354691,13434883],"sendtoservertarget":[6881281,6946817,7077890,10092545,13172737,13500417,13631489,13697025,13762561],"startserver":[7274498,10354689,13434881],"sendtononlocalclientstarget":[5898242,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"starthost":[6815746,10354689,13434881],"sendmessage":[6881284,6946820,8585220,10092548,10354692,11796484,13172740,13238276,13434884,13500420,13565956,13631492,13697028,13762564],"sendtoclienttarget":[5636098,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"startclient":[6488066,10354689,13434881],"sorry":[3932161,9437185],"sets":[65537,393218,786433,917505,1572865,11927553,12779521,13238273,13434882,13631489],"single":[851969,1703937,2162689,2228225,2293761,2490369,2555905,2949121,3211265,3276801,4521985,4915201,10223618,12255233,12320769,12648449],"syncing":[9502723,11927553,12779521,13631490,13697025,13762561],"sendtononlocalclients":[6881281,6946817,7602178,10092545,13172737,13500417,13631489,13697025,13762561],"sendtolocalclienttarget":[6684674,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"sendspersecond":[458753,2490370,13762561],"site":[3932161],"sendtickrate":[720897,4849666,13893633],"size":[720898,3801090,9699330,9764865,10747905,13893634],"snaping":[458753,2949121,13762561],"sendtoserver":[6422530,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"scenes":[9961473,12713985],"switchscene":[5767169,9568258,12713985],"serveronly":[65537,786434,13238273],"syntax":[655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4521985,4653057,4718593,4784129,4849665,5046273,5111809,5177345,5242881,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9371649,9568257,9699329,9764865,9830401,10027009,10223617,10420225,10616833,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12058625,12189697,12255233,12386305,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"set":[393217,720897,1572865,4194305,12779521,13434881,13893633],"synced":[10551297,11075585,13238273],"smaller":[5308417,8912897,12976129],"sendtoclients":[6750211,6881283,6946819,7798787,8519683,10092547,10682372,13172739,13500419,13631491,13697027,13762563],"spawning":[720897,3866625,13893633],"syncedvar":[131073,196609,327683,458753,524289,720897,851969,1179650,3538945,4456451,5046276,9043969,9633795,13303814,13500417,13631489,13697025,13762561,13893633],"syncvarsyncdelay":[131073,196609,458753,524289,851970,13500417,13631489,13697025,13762561],"simulate":[4915202,9830403,10223619,12320771,12648450],"stophost":[7143426,10354689,13434881],"string":[1179650,1376258,1507330,1638402,1769474,2031618,2097154,2621442,3145730,3997698,4128770,4325378,4653058,4784130,5505026,5570562,5636100,5832710,5898244,6094852,6356996,6422532,6553606,6684676,6750214,6881310,6946847,7077892,7602180,7798790,8060934,8454148,8519686,8585234,9240579,9568258,9699330,10027010,10092574,10354706,10682374,11665414,11796498,12124161,13172766,13238290,13434898,13500446,13565970,13631519,13697054,13762590],"sendmessageoptions":[6881286,6946822,8585222,10092550,10354694,11796486,13172742,13238278,13434886,13500422,13565958,13631494,13697030,13762566],"simulation":[10485761,12648449,13107201],"sendtolocalclient":[6356994,6881281,6946817,10092545,13172737,13500417,13631489,13697025,13762561],"signed":[720897,5242881,13893633],"started":[11010049,12255233,13434881],"scenename":[9568258],"scene":[720897,3014657,5767169,9568258,12713985,13893633],"settrigger":[6946818,8126468,8454148,12124163,13631490],"salt":[4980738,8388610,9109506,12058626],"signing":[720898,4128769,4653057,13893634],"static":[8388609,8716289,8847361,8912897,8978433,9109505,9240577,9568257,9699329,9764865,9830401,10027009,10223617,10747905,11599873,12058625,12582913,12648449,12713985,12976129,13041665,13107201],"singleton":[11010050,12582915,13434882]} \ No newline at end of file diff --git a/docs/fti/FTI_116.json b/docs/fti/FTI_116.json index 34ca9e1..a87550c 100644 --- a/docs/fti/FTI_116.json +++ b/docs/fti/FTI_116.json @@ -1 +1 @@ -{"turns":[5767172,7733250,8192002,11796484,12845060],"try":[4980737,13041665],"transforms":[9371649,13500417],"typeid":[9895937,12255233],"todo":[5373953,5832705,5898241,6160385,6291457,7602181,9830402,13369349],"typo":[13041665],"tag":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"talk":[983041,3342337,13762561],"transform":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"times":[983043,3145729,3407873,3604481,13762563],"triggername":[5373955],"true":[6881281],"title":[65537],"time":[5767171,7733251,8192002,11599874,11730946,11796483,12845059,13828098],"turned":[7733249,8192001],"type":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983042,1048577,1179649,1114113,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966082,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,5046273,5111809,5177345,5242881,5373953,5636097,5832706,5898242,6225922,6291457,6357003,6422539,6488067,6553602,6881282,6946820,7012355,7143428,7340035,7405579,7471105,7536643,7602187,7667715,7733250,7798787,7864323,7929859,7995395,8060929,8192002,8257538,8323075,8388611,8519681,8585220,8650753,8716292,8781825,8847363,8912899,8978436,9043969,9109505,9240579,9437186,9502723,9568257,9895937,10092547,10158081,10223620,10289155,10354689,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534347,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451844,12517377,12582913,12713985,12779521,12910593,12976129,13107201,13172747,13238283,13303819,13369355,13434891,13500427,13565963,13631489,13697035,13762562,13828107,13893633],"top":[131073,196609,262145,393217,458753,589825,655361,851969,983041,4390913,4653057,4718593,4784129,5177345,5111809,5242881,5767169,6356993,6422529,7405569,7602177,9830401,9895937,10158081,10485761,10616833,10813441,11010049,11206657,11403265,11534337,11730945,11796482,12124161,12189697,12255236,12582913,12648449,12845057,12976129,13041665,13172739,13238276,13303809,13369348,13434881,13500420,13565956,13631491,13697028,13762563,13828100,13893633],"topic":[1],"timing":[983041,2621441,13762561],"trackedobject":[5505028,6422531,9306113,10616835,12517378,13172742],"tracked":[9306113,13172737],"tostring":[4390913,4653057,5111809,6356993,6422529,7405569,7602177,11534337,12255233,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097],"trusted":[983041,4456449,13762561]} \ No newline at end of file +{"turns":[4915204,9830402,10223618,12320772,12648452],"try":[3932161,9437185],"transforms":[9502721,13762561],"typeid":[9633793,13303809],"todo":[6946821,7536641,7864321,7995393,8126465,8454145,12124162,13631493],"typo":[9437185],"tag":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"talk":[720897,4718593,13893633],"transform":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"times":[720899,3538945,4849665,5111809,13893635],"triggername":[8454147],"true":[9175041],"title":[262145],"time":[4915203,9830403,10223618,11010050,12255234,12320771,12648451,13434882],"turned":[9830401,10223617],"type":[65537,131073,196609,327681,393217,458753,524289,589825,655361,720898,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883586,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4980737,5111809,5242881,5308417,5373953,5505027,5570562,5636100,5701634,5767169,5832708,5898243,6029313,6094852,6356995,6422531,6488065,6553603,6619137,6684675,6750212,6815745,6881291,6946827,7077891,7274497,7536642,7602179,7798788,7864322,8060932,8126465,8388611,8454145,8519683,8585227,8716291,8781826,8847361,8912899,8978434,9109507,9175042,9240580,9568257,9633793,9699331,9764867,9830402,10027009,10092555,10158081,10223618,10289153,10354699,10420225,10485761,10551297,10616833,10747907,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599875,11730945,11796491,11862017,11927553,11993089,12058625,12189697,12255233,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172747,13238283,13303809,13369345,13434891,13500427,13565963,13631499,13697035,13762571,13828097,13893634],"top":[65537,131073,196609,327681,393217,458753,524289,589825,720897,4456449,4587521,4915201,4980737,5308417,5373953,5767169,6881281,6946817,8585217,9437185,9633793,10092545,10158081,10289153,10354689,10485761,10551297,10682369,11010049,11468801,11665409,11796481,11927553,12058625,12124161,12320769,12451841,12648450,12713985,12976129,13041665,13172737,13238276,13303812,13369345,13434884,13500420,13565955,13631492,13697028,13762564,13828099,13893635],"topic":[1],"timing":[720897,3407873,13893633],"trackedobject":[7340036,9306113,11468803,11796483,13107202,13565958],"tracked":[9306113,13565953],"tostring":[4456449,4587521,6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"trusted":[720897,3997697,13893633]} \ No newline at end of file diff --git a/docs/fti/FTI_117.json b/docs/fti/FTI_117.json index 8569ecd..bb1c4fc 100644 --- a/docs/fti/FTI_117.json +++ b/docs/fti/FTI_117.json @@ -1 +1 @@ -{"url":[13041665],"uint32":[6553603,8912897,9502721,10092545,10354689,11468801],"unityengine":[8978434],"ushort":[3342337,11927553],"used":[262145,983044,3014657,3538945,3670017,3735553,4849665,7929857,9306113,9699330,10813441,11206657,12058625,12320769,13172737,13369345,13631489,13697026,13762565],"unique":[10813441,11468801,13697025],"updated":[327681,851969,12255233],"uint":[6553601,8912897,9502721,10092545,10354689,11468801],"useguilayout":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"user":[6488066,6946818,7012354,7143426,7536642,7667714,7798786,8388610,8585218,8716290,9240578,10223618,10289154,12451842],"uint16":[3342337,11927553],"ump":[6356996,6422532,7405572,7602180,11534340,13172740,13238276,13303812,13369348,13434884,13500420,13565956,13697028,13828100]} \ No newline at end of file +{"url":[9437185],"uint32":[5701635,8716289,9699329,10616833,11075585,11599873],"unityengine":[9240578],"ushort":[4718593,11534337],"used":[589825,720900,2752513,3145729,3473409,4194305,4325377,5505025,9306114,9895937,10551297,11927553,12189697,12779521,13238274,13565953,13631489,13828097,13893637],"unique":[10551297,11075585,13238273],"updated":[327681,1179649,13303809],"uint":[5701633,8716289,9699329,10616833,11075585,11599873],"useguilayout":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"user":[5636098,5832706,5898242,6094850,6356994,6422530,6553602,6684674,6750210,7077890,7602178,7798786,8060930,8519682],"uint16":[4718593,11534337],"ump":[6881284,6946820,8585220,10092548,10354692,11796484,13172740,13238276,13434884,13500420,13565956,13631492,13697028,13762564]} \ No newline at end of file diff --git a/docs/fti/FTI_118.json b/docs/fti/FTI_118.json index 97a6031..f6acfc7 100644 --- a/docs/fti/FTI_118.json +++ b/docs/fti/FTI_118.json @@ -1 +1 @@ -{"version":[327681,524289,720897,786433,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342338,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9437185,9502721,9568257,9633793,9961473,10092545,10223617,10289153,10354689,10420225,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11796481,11862017,11927553,11993089,12058625,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12713985,12779521,12910593,12976129,13107201,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762562,13828097,13893633],"valid":[11337729,11730945,13828097],"vector3":[8978435],"variables":[10027009,12255233],"versions":[983041,3342337,13762561],"virtual":[6619137,6750209,7274497],"value":[327681,524289,720897,786433,917505,1048577,1179649,1114113,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5636097,5832707,5898241,6553601,6881281,7340033,7864321,7929857,7995393,8257537,8323073,8847361,8912897,8978433,9437185,10092545,10354689,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11862017,11927553,11993089,12058625,12320769,12386305,12517377,12713985,12779521,12910593,13107201],"void":[5373953,5570561,5832705,5963777,6094849,6160385,6225921,6291457,6488065,6619137,6750209,6815745,6946817,7012353,7143425,7274497,7471105,7536641,7667713,7733249,7798785,8060929,8192001,8388609,8454145,8519681,8585217,8650753,8716289,8781825,9043969,9109505,9175041,9240577,9502721,9568257,9961473,10223617,10289153,10420225,12451841],"verified":[4784130,7995393,8847361,12189698]} \ No newline at end of file +{"version":[655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4521985,4653057,4718594,4784129,4849665,5046273,5111809,5177345,5242881,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7208961,7143425,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9371649,9568257,9699329,9764865,9830401,10027009,10223617,10420225,10616833,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12058625,12189697,12255233,12386305,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893634],"valid":[11010049,11993089,13434881],"vector3":[9240579],"variables":[9043969,13303809],"versions":[720897,4718593,13893633],"virtual":[5177345,5439489,5963777],"value":[655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4521985,4653057,4718593,4784129,4849665,5111809,5242881,5505025,5701633,7536641,7864323,8388609,8716289,8781825,8912897,8978433,9109505,9175041,9240577,9764865,10420225,10616833,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12189697,12255233,12386305,12517377,12582913,12779521,12845057,12910593,13107201],"void":[5177345,5439489,5570561,5636097,5832705,5898241,5963777,6029313,6094849,6160385,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7143425,7274497,7405569,7602177,7667713,7733249,7798785,7864321,7995393,8060929,8126465,8192001,8454145,8519681,8847361,9568257,9699329,9830401,10027009,10223617],"verified":[5308418,9764865,10747905,12976130]} \ No newline at end of file diff --git a/docs/fti/FTI_119.json b/docs/fti/FTI_119.json index 5efa511..e2657f9 100644 --- a/docs/fti/FTI_119.json +++ b/docs/fti/FTI_119.json @@ -1 +1 @@ -{"warpondestinationchange":[393217,1835010,13238273],"warp":[393217,1835009,13238273],"write":[9699329,13565953],"wheter":[983046,1966081,2555905,2686977,2818049,2883585,4325377,13762566],"web":[13041665],"wait":[983041,2621441,13762561]} \ No newline at end of file +{"warpondestinationchange":[131073,1966082,13697025],"warp":[131073,1966081,13697025],"write":[9306113,13500417],"wheter":[720902,2883585,3014657,3080193,3735553,3866625,5242881,13893638],"web":[9437185],"wait":[720897,3407873,13893633]} \ No newline at end of file diff --git a/docs/fti/FTI_120.json b/docs/fti/FTI_120.json index 828aca2..ed53ad6 100644 --- a/docs/fti/FTI_120.json +++ b/docs/fti/FTI_120.json @@ -1 +1 @@ -{"xml":[983042,3932161,4194305,13762562]} \ No newline at end of file +{"xml":[720898,4128769,4653057,13893634]} \ No newline at end of file diff --git a/docs/fti/FTI_97.json b/docs/fti/FTI_97.json index fdf6de6..9618019 100644 --- a/docs/fti/FTI_97.json +++ b/docs/fti/FTI_97.json @@ -1 +1 @@ -{"attributes":[327682,851969,5111809,5308418,9895937,10027009,12255235],"approved":[983041,3866625,13762561],"accepted":[983041,4849665,13762561],"animator":[11206658,12320773,13369346],"allow":[983041,1966081,13762561],"administrator":[4980737],"away":[983041,3604481,13762561],"address":[983042,2752515,13041665,13762562],"application":[458753,4587521,11599873,11730945,13828098],"approval":[983041,2818049,13762561],"allowpassthroughmessages":[983041,1966082,13762561],"aes":[4718594,7340033,8323073,13893634],"animation":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"action":[3866628,4259842,5046274,5636098,5767172,7733255,7929860,8192007,11796484,12845060],"aeskey":[262145,3670018,13631489],"array":[4784129,7340033,7864322,8323073,9502721,12189697],"assumed":[196609,1703937,13500417],"audio":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"assumesyncedsends":[196609,1703938,13500417],"available":[13041665],"attribute":[5111812,9895937,10027009,12255240],"assembly":[327681,524289,720897,786433,917505,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9437185,9502721,9568257,9633793,9961473,10092545,10223617,10289153,10354689,10420225,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11796481,11862017,11927553,11993089,12058625,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12713985,12779521,12910593,12976129,13107201,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"api":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"automatically":[1,10027009,12255233],"animations":[9371649,11206657,12320769,13369346],"abstract":[13565953]} \ No newline at end of file +{"attributes":[327681,1179650,4456449,5046274,9043969,9633793,13303811],"approved":[720897,4259841,13893633],"accepted":[720897,3473409,13893633],"animator":[11927554,12779525,13631490],"allow":[720897,2883585,13893633],"administrator":[3932161],"away":[720897,4849665,13893633],"address":[720898,2621443,9437185,13893634],"application":[393217,1572865,11010049,12255233,13434882],"approval":[720897,3080193,13893633],"allowpassthroughmessages":[720897,2883586,13893633],"aes":[4980738,8388609,9109505,12058626],"animation":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"action":[1048578,1114114,1245186,4259844,4915204,5505028,9830407,10223623,12320772,12648452],"aeskey":[589825,2752514,13828097],"array":[5308417,8388609,8912898,9109505,9699329,12976129],"assumed":[458753,2424833,13762561],"audio":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"assumesyncedsends":[458753,2424834,13762561],"available":[9437185],"attribute":[4456452,9043969,9633793,13303816],"assembly":[655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4521985,4653057,4718593,4784129,4849665,5046273,5111809,5177345,5242881,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7143425,7208961,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9371649,9568257,9699329,9764865,9830401,10027009,10223617,10420225,10616833,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12058625,12189697,12255233,12386305,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"api":[65537,131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046273,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7208961,7143425,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058625,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"automatically":[1,9043969,13303809],"animations":[9502721,11927553,12779521,13631490],"abstract":[13500417]} \ No newline at end of file diff --git a/docs/fti/FTI_98.json b/docs/fti/FTI_98.json index 1b76817..2de384b 100644 --- a/docs/fti/FTI_98.json +++ b/docs/fti/FTI_98.json @@ -1 +1 @@ -{"boolean":[524289,1507329,1572865,1703937,1835009,1900545,1966081,2162689,2359297,2555905,2686977,2818049,2883585,3866625,3997697,4325377,4587521,5832707,5898241,6357000,6422536,6881283,7405576,7602184,8257537,8912897,9437185,10092545,10551297,10747905,10878977,10944513,11075585,11141121,11272193,11534344,11993089,12386305,12779521,13107201,13172744,13238280,13303816,13369352,13434888,13500424,13565960,13697032,13828104],"broadcastmessage":[6356996,6422532,7405572,7602180,11534340,13172740,13238276,13303812,13369348,13434884,13500420,13565956,13697028,13828100],"buffer":[983041,3801089,4718594,4784130,6488065,6946817,7012353,7143425,7340034,7536641,7602190,7667713,7798785,7995393,8323074,8388609,8585217,8716289,8847361,9240577,10223617,10289153,11010051,11534350,12189698,12451841,12648451,13238286,13303822,13369358,13434894,13500430,13565966,13762561,13893634],"bytes":[4718594,7340033,7864321,8323073,13893634],"based":[5767169,7733249,11796481,12845057],"byte":[3670018,3866626,4784129,4849666,6488067,6881282,6946819,7012354,7143426,7340039,7536642,7602182,7667714,7798786,7864326,7929858,7995397,8257540,8323079,8388610,8585218,8716291,8847365,8912898,9240578,9437186,10092546,10223619,10289155,11010051,11534342,12189697,12451843,12648451,13238278,13303814,13369350,13434886,13500422,13565958],"box":[13041665],"bool":[524289,1507329,1572865,1703937,1835009,1900545,1966081,2162689,2359297,2555905,2686977,2818049,2883585,3866625,3997697,4325377,4587521,5832705,5898241,6881281,8257537,8912897,9437185,10092545,10551297,10747905,10878977,10944513,11075585,11141121,11272193,11993089,12386305,12779521,13107201],"base":[9699329,13565953],"binary":[6488065,6946817,7012353,7143425,7536641,7667713,7798785,8388609,8585217,8716289,9240577,10223617,10289153,12451841],"behaviour":[10158082,10485762,10616834,10813442,11206658,11403266,11730946,13172739,13238275,13369347,13500419,13565955,13697027,13828099],"background":[458753,4587521,13828097]} \ No newline at end of file +{"boolean":[786433,917505,1441793,1572865,1835009,1900545,1966081,2359297,2424833,2686977,2883585,3014657,3080193,3735553,3866625,4259841,5242881,6881288,6946824,7536641,7864323,8585224,8716289,8781825,8978433,9175043,10092552,10354696,10420225,10813441,10944513,11141121,11206657,11337729,11403265,11599873,11730945,11796488,11862017,12386305,12910593,13172744,13238280,13434888,13500424,13565960,13631496,13697032,13762568],"broadcastmessage":[6881284,6946820,8585220,10092548,10354692,11796484,13172740,13238276,13434884,13500420,13565956,13631492,13697028,13762564],"buffer":[720897,3801089,4980738,5308418,5636097,5832705,5898241,6094849,6356993,6422529,6553601,6684673,6750209,6881294,6946830,7077889,7602177,7798785,8060929,8388610,8519681,9109506,9764865,10092558,10682371,10747905,11665411,12058626,12976130,13172750,13500430,13631502,13697038,13762574,13893633],"bytes":[4980738,8388609,8912897,9109505,12058626],"based":[4915201,9830401,12320769,12648449],"byte":[2752514,3473410,4259842,5308417,5505026,5636098,5832707,5898242,6094850,6356994,6422530,6553603,6684674,6750211,6881286,6946822,7077890,7602178,7798787,8060931,8388615,8519683,8716290,8781828,8912902,8978434,9109511,9175042,9764869,10092550,10682371,10747909,11599874,11665411,12976129,13172742,13500422,13631494,13697030,13762566],"box":[9437185],"bool":[786433,917505,1441793,1572865,1835009,1900545,1966081,2359297,2424833,2686977,2883585,3014657,3080193,3735553,3866625,4259841,5242881,7536641,7864321,8716289,8781825,8978433,9175041,10420225,10813441,10944513,11141121,11206657,11337729,11403265,11599873,11730945,11862017,12386305,12910593],"base":[9306113,13500417],"binary":[5636097,5832705,5898241,6094849,6356993,6422529,6553601,6684673,6750209,7077889,7602177,7798785,8060929,8519681],"behaviour":[10158082,10289154,10551298,11010050,11468802,11927554,12451842,13238275,13434883,13500419,13565955,13631491,13697027,13762563],"background":[393217,1572865,13434881]} \ No newline at end of file diff --git a/docs/fti/FTI_99.json b/docs/fti/FTI_99.json index 4935312..9ca3c5f 100644 --- a/docs/fti/FTI_99.json +++ b/docs/fti/FTI_99.json @@ -1 +1 @@ -{"constructor":[5308417,5439489,5505025,5701633,6029313,6684673,7077889,7208961,8126465,9633793],"change":[393217,1835009,13238273],"clientids":[6946818,8716290,10223618,12451842],"connectiondata":[983041,4849666,13762561],"channels":[983043,3014657,3538947,13762563],"clientid":[262145,2424834,5767169,7143428,7471107,7602178,7733251,8060929,8585220,10158081,10485761,10682369,10813441,11206657,11337729,11403265,11534338,11730945,11796481,11862017,12845057,13238275,13303810,13369347,13434882,13500419,13565955,13631489,13697025,13828097],"code":[9699329,13565953],"core":[5505026,6422529,9306113,10616833,13172739],"connect":[983042,2752513,2949121,13762562],"clientconnectionbuffertimeout":[983041,2621442,13762561],"callback":[458755,983041,3866625,4259841,5046273,5636097,7929857,13762561,13828099],"connected":[10944513,11730946,12910593,13828098],"chunk":[7864321,7995393,8847361,9764865,12189697],"class":[131073,196609,262145,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1179649,1114113,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,5046273,5177345,5111809,5242881,5308418,5373953,5439490,5505026,5570561,5636097,5701634,5767169,5832705,5898241,5963777,6029314,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684674,6750209,6815745,6881281,6946817,7012353,7077890,7143425,7208962,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126466,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306113,9371649,9437185,9502721,9568257,9633794,9699330,9764870,9830401,9895937,9961473,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796483,11862017,11927553,11993089,12058625,12124161,12189699,12255235,12320769,12386305,12451841,12517377,12582915,12713985,12648449,12779521,12845057,12910593,12976131,13107201,13172739,13238275,13303809,13369347,13434881,13500419,13565956,13631491,13697027,13762563,13828099,13893635],"contain":[13041665],"cache":[6881283],"converts":[4784130,7995393,8847361,12189698],"cryptographyhelper":[4718595,7340034,8323074,9764865,13893636],"createpool":[5177345,9502722,12582913],"configuration":[9699329,13762561],"collections":[6946817,7995394,8847362,8912897,9437185,10092545,10223617],"creates":[5177345,9502721,12582913],"changed":[655361,2359297,13697025],"changes":[6356993,8060929,13697025],"coroutine":[6356993,6422529,7405569,7602177,11534337,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13828097],"chunks":[4784135,7864323,7995396,8847364,8912902,9437189,10092551,12189703],"client":[262147,458754,983042,2097153,2490369,2621441,3670017,4849665,5046273,5636097,6356993,6750209,7143425,7405570,7602183,7667713,7798785,8388609,8454145,8585217,9109505,9240577,9699329,9961473,10027009,10158082,10485762,10944513,11206658,11337729,11403266,11534343,11730946,12255233,12779521,13107201,13238281,13303815,13369353,13434887,13500425,13565961,13631491,13697025,13762563,13828102],"clearbuffer":[8323074],"compares":[4653057,8257537,13762561],"clienti":[6946817,7733249,8716289,10223617,12451841],"clients":[983041,2949121,6488065,6946817,7012353,7536641,7602184,8716289,10158081,10223617,10289153,10485761,10747905,10813441,10878977,11010051,11206657,11337729,11403265,11534344,11599873,11730947,12451841,12648451,12910593,13238281,13303816,13369353,13434888,13500425,13565961,13697025,13762561,13828099],"connectionapprovalcallback":[983041,3866626,13762561],"checks":[4784131,8912897,9437185,10092545,12189699],"complete":[983041,2621441,13762561],"counter":[6225922],"cancelinvoke":[6356994,6422530,7405570,7602178,11534338,13172738,13238274,13303810,13369346,13434882,13500418,13565954,13697026,13828098],"constructors":[12255233,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097],"called":[5177348,5242881,6356996,6619137,6750209,6815745,7274497,7471105,7602178,8060929,8454145,8519681,8978433,9043969,9502721,9568257,11534338,12582916,12976129,13238274,13303810,13369346,13434883,13500418,13565955,13697028],"connection":[983043,2818049,3866625,4849665,13762563],"checking":[983041,3407873,13762561],"calls":[11337729,11730945,13828097],"compareconfig":[4653057,8257540,13762561],"chunksize":[7864322,7995394,8847362],"classes":[9306113,9371649,9699329,9764865,10027009],"check":[13041665],"corrections":[393218,1114113,1245185,13238274],"copy":[327681,524289,720897,786433,917505,1048577,1179649,1114113,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2097153,2162689,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3932161,3997697,4063233,4128769,4194305,4259841,4325377,4456449,4521985,4587521,4849665,4915201,5046273,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7143425,7208961,7274497,7340033,7471105,7536641,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8585217,8650753,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9437185,9502721,9568257,9633793,9961473,10092545,10223617,10289153,10354689,10420225,10551297,10682369,10747905,10878977,10944513,11075585,11141121,11272193,11337729,11468801,11599873,11665409,11796481,11862017,11927553,11993089,12058625,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12713985,12779521,12910593,12976129,13107201,13172737,13238273,13369345,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"contents":[983041,3014657,13762561],"component":[6357030,6422566,7405606,7602214,9306114,9371651,9699330,10158100,10485780,10616852,10813460,11206677,11403284,11534374,11730964,12320769,13172797,13238332,13303846,13369405,13434918,13500476,13566011,13697084,13828156],"controlling":[9764865,11796481],"collider":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"camera":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"connectionapproval":[983041,2818050,13762561],"connectedclients":[11730945,12910594,13828097],"changeownership":[6356993,8060930,13697025],"correct":[4784131,7995393,8847361,9437185,12189699],"correctiondelay":[393217,1114114,13238273],"constantforce":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097],"channelname":[6488067,6946819,7012355,7143427,7536643,7667715,7798787,8388611,8585219,8716291,9240579,10223619,10289155,12451843],"contact":[4980737],"current":[458753,4128769,4653057,8257537,13762561,13828097],"compensation":[983041,3473409,9306113,9764865,11796481,13172737,13762561],"comparetag":[6356993,6422529,7405569,7602177,11534337,13172737,13238273,13303809,13369345,13434881,13500417,13565953,13697025,13828097],"connects":[458753,5046273,13828097],"collider2d":[10158081,10485761,10616833,10813441,11206657,11403265,11730945,13172737,13238273,13369345,13500417,13565953,13697025,13828097]} \ No newline at end of file +{"constructor":[5046273,6225921,7208961,7340033,7471105,7929857,8257537,8323073,8650753,9371649],"change":[131073,1966081,13697025],"clientids":[5832706,6750210,7798786,8060930],"connectiondata":[720897,3473410,13893633],"channels":[720899,3145731,4194305,13893635],"clientid":[589825,3342338,4915201,5636100,6029313,6094852,6619139,6881282,6946818,9830403,10092546,10158081,10289153,10551297,10878977,11010049,11272193,11927553,11993089,12320769,12451841,12648449,13172738,13238273,13434881,13500419,13631491,13697027,13762563,13828097],"code":[9306113,13500417],"core":[65537,196609,393217,655362,786434,851970,917506,983042,1048578,1114114,1245186,1310722,1572866,5177346,5439490,5505026,5570562,5636098,5701636,5832706,5898242,5963778,6029314,6094850,6160386,6225922,6291458,6356994,6422530,6488066,6553602,6619138,6684674,6750210,6815746,6881281,7012354,7077890,7208962,7143426,7274498,7340034,7405570,7471106,7602178,7798786,8060930,8519682,8585217,8847361,9306113,10158081,10354689,10420226,10551297,10616834,10682369,10813442,10878978,10944514,11010049,11075586,11141122,11206658,11272194,11337730,11403266,11468801,11534338,11665409,11730946,11796481,11862018,11993090,12189698,12255234,12386306,12517378,12582914,12845058,12910594,13238275,13434883,13500419,13565955,13631489,13697025,13762561],"connect":[720898,2621441,3670017,13893634],"clientconnectionbuffertimeout":[720897,3407874,13893633],"callback":[393219,720897,1048577,1114113,1245185,4259841,5505025,13434883,13893633],"connected":[11010050,12517377,12910593,13434882],"chunk":[8912897,9764865,9961473,10747905,12976129],"class":[65537,131073,196609,327681,393217,458753,524289,589825,655361,720897,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4456449,4521985,4587521,4653057,4718593,4784129,4849665,4915201,4980737,5046274,5111809,5177345,5242881,5308417,5373953,5439489,5505025,5570561,5636097,5701633,5767169,5832705,5898241,5963777,6029313,6094849,6160385,6225922,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,6881281,6946817,7012353,7077889,7208962,7143425,7274497,7340034,7405569,7471106,7536641,7602177,7667713,7733249,7798785,7864321,7929858,7995393,8060929,8126465,8192001,8257538,8323074,8388609,8454145,8519681,8585217,8650754,8716289,8781825,8847361,8912897,8978433,9043969,9109505,9175041,9240577,9306114,9371650,9502721,9568257,9633793,9699329,9764865,9830401,9895937,9961478,10027009,10092545,10158081,10223617,10289153,10354689,10420225,10485761,10551297,10616833,10682369,10747905,10813441,10878977,10944513,11010049,11075585,11141121,11206657,11272193,11337729,11403265,11468801,11534337,11599873,11665409,11730945,11796481,11862017,11927553,11993089,12058627,12124161,12189697,12255233,12320769,12386305,12451841,12517377,12582913,12648451,12713987,12779521,12845057,12910593,12976131,13041667,13107201,13172737,13238275,13303811,13369345,13434883,13500420,13565955,13631491,13697027,13762563,13828099,13893635],"contain":[9437185],"cache":[9175043],"converts":[5308418,9764865,10747905,12976130],"cryptographyhelper":[4980739,8388610,9109506,9961473,12058628],"createpool":[5373953,9699330,13041665],"configuration":[9895937,13893633],"collections":[6750209,8060929,8716289,8978433,9764866,10747906,11599873],"creates":[5373953,9699329,13041665],"changed":[65537,786433,13238273],"changes":[6029313,8585217,13238273],"coroutine":[6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"chunks":[5308423,8716294,8912899,8978437,9764868,10747908,11599879,12976135],"client":[393218,589827,720898,1048577,1245185,2752513,2818049,3407873,3473409,3604481,5177345,5636097,6094849,6160385,6356993,6422529,6488065,6684673,6881287,6946823,7012353,7077889,8585217,9043969,9895937,10092551,10158082,10289154,10354690,10944513,11010050,11206657,11927554,11993089,12451842,12910593,13172743,13238273,13303809,13434886,13500425,13631497,13697033,13762569,13828099,13893635],"clearbuffer":[9109506],"compares":[4587521,8781825,13893633],"clienti":[5832705,6750209,7798785,8060929,9830401],"clients":[720897,3670017,5832705,5898241,6553601,6750209,6881288,6946824,7602177,7798785,8060929,8519681,10092552,10158081,10289153,10551297,10682371,11010051,11141121,11337729,11665411,11927553,11993089,12255233,12451841,12517377,13172744,13238273,13434883,13500425,13631497,13697033,13762569,13893633],"connectionapprovalcallback":[720897,4259842,13893633],"checks":[5308419,8716289,8978433,11599873,12976131],"complete":[720897,3407873,13893633],"counter":[5570562],"cancelinvoke":[6881282,6946818,8585218,10092546,10354690,11796482,13172738,13238274,13434882,13500418,13565954,13631490,13697026,13762562],"constructors":[13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"called":[5177345,5373956,5439489,5767169,5963777,6029313,6160385,6291457,6619137,6881283,6946818,8585220,8847361,9240577,9568257,9699329,10027009,10092546,12713985,13041668,13172738,13238276,13500419,13631490,13697026,13762562],"connection":[720899,3080193,3473409,4259841,13893635],"checking":[720897,3538945,13893633],"calls":[11010049,11993089,13434881],"compareconfig":[4587521,8781828,13893633],"chunksize":[8912898,9764866,10747906],"classes":[9043969,9306113,9502721,9895937,9961473],"check":[9437185],"corrections":[131074,1703937,2162689,13697026],"copy":[655361,786433,851969,917505,983041,1048577,1114113,1179649,1245185,1310721,1376257,1441793,1507329,1572865,1638401,1703937,1769473,1835009,1900545,1966081,2031617,2162689,2097153,2228225,2293761,2359297,2424833,2490369,2555905,2621441,2686977,2752513,2818049,2883585,2949121,3014657,3080193,3145729,3211265,3276801,3342337,3407873,3473409,3538945,3604481,3670017,3735553,3801089,3866625,3997697,4063233,4128769,4194305,4259841,4325377,4390913,4521985,4653057,4718593,4784129,4849665,5046273,5111809,5177345,5242881,5439489,5505025,5570561,5636097,5701633,5832705,5898241,5963777,6029313,6094849,6160385,6225921,6291457,6356993,6422529,6488065,6553601,6619137,6684673,6750209,6815745,7012353,7077889,7208961,7143425,7274497,7340033,7405569,7471105,7536641,7602177,7667713,7733249,7798785,7864321,7929857,7995393,8060929,8126465,8192001,8257537,8323073,8388609,8454145,8519681,8650753,8716289,8781825,8847361,8912897,8978433,9109505,9175041,9240577,9371649,9568257,9699329,9764865,9830401,10027009,10223617,10420225,10616833,10747905,10813441,10878977,10944513,11075585,11141121,11206657,11272193,11337729,11403265,11534337,11599873,11730945,11862017,11993089,12058625,12189697,12255233,12386305,12517377,12582913,12648449,12713985,12779521,12845057,12910593,12976129,13041665,13107201,13238273,13303809,13434881,13500417,13565953,13631489,13697025,13762561,13828097,13893633],"contents":[720897,4194305,13893633],"component":[6881318,6946854,8585254,9306116,9502723,10092582,10158100,10289172,10354726,10551316,11010068,11468820,11796518,11927573,12451860,12779521,13172774,13238332,13434940,13500475,13566013,13631549,13697084,13762620],"controlling":[9961473,12648449],"collider":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"camera":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"connectionapproval":[720897,3080194,13893633],"connectedclients":[11010049,12517378,13434881],"changeownership":[6029314,8585217,13238273],"correct":[5308419,8978433,9764865,10747905,12976131],"correctiondelay":[131073,1703938,13697025],"constantforce":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"channelname":[5636099,5832707,5898243,6094851,6356995,6422531,6553603,6684675,6750211,7077891,7602179,7798787,8060931,8519683],"contact":[3932161],"current":[393217,983041,4587521,8781825,13434881,13893633],"compensation":[720897,4521985,9306113,9961473,12648449,13565953,13893633],"comparetag":[6881281,6946817,8585217,10092545,10354689,11796481,13172737,13238273,13434881,13500417,13565953,13631489,13697025,13762561],"connects":[393217,1048577,13434881],"collider2d":[10158081,10289153,10551297,11010049,11468801,11927553,12451841,13238273,13434881,13500417,13565953,13631489,13697025,13762561]} \ No newline at end of file diff --git a/docs/fti/FTI_Files.json b/docs/fti/FTI_Files.json index 9fff818..f603d7e 100644 --- a/docs/fti/FTI_Files.json +++ b/docs/fti/FTI_Files.json @@ -1 +1 @@ -["MLAPI API Reference - Redirect\u0000index.html\u000018","MLAPI API Reference - Search\u0000search.html\u000012","NetworkedAnimator Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u000058","NetworkedTransform Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u0000112","NetworkedClient Fields\u0000html/Fields_T_MLAPI_NetworkedClient.htm\u000053","SyncedVar.hook Field\u0000html/F_MLAPI_Attributes_SyncedVar_hook.htm\u000063","NetworkedNavMeshAgent Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u000073","NetworkingManager Fields\u0000html/Fields_T_MLAPI_NetworkingManager.htm\u000098","NetworkedAnimator.EnableProximity Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_EnableProximity.htm\u000057","NetworkedBehaviour Fields\u0000html/Fields_T_MLAPI_NetworkedBehaviour.htm\u000035","NetworkedObject Fields\u0000html/Fields_T_MLAPI_NetworkedObject.htm\u000049","NetworkedAnimator.param2 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param2.htm\u000070","NetworkedAnimator.param4 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param4.htm\u000070","SyncedVar Fields\u0000html/Fields_T_MLAPI_Attributes_SyncedVar.htm\u000039","NetworkedAnimator.param0 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param0.htm\u000070","NetworkingConfiguration Fields\u0000html/Fields_T_MLAPI_NetworkingConfiguration.htm\u0000358","NetworkedNavMeshAgent.ProximityRange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_ProximityRange.htm\u000057","NetworkedNavMeshAgent.CorrectionDelay Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_CorrectionDelay.htm\u000060","NetworkedAnimator.param3 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param3.htm\u000070","NetworkedNavMeshAgent.DriftCorrectionPercentage Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_DriftCorrectionPercentage.htm\u000060","NetworkedAnimator.param5 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param5.htm\u000070","NetworkedAnimator.param1 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param1.htm\u000070","NetworkedTransform.SendsPerSecond Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_SendsPerSecond.htm\u000057","NetworkedNavMeshAgent.EnableProximity Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_EnableProximity.htm\u000057","NetworkedTransform.InterpolatePosition Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_InterpolatePosition.htm\u000056","NetworkedTransform.MinDegrees Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_MinDegrees.htm\u000064","NetworkedTransform.AssumeSyncedSends Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_AssumeSyncedSends.htm\u000067","NetworkedAnimator.ProximityRange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_ProximityRange.htm\u000057","NetworkedNavMeshAgent.WarpOnDestinationChange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_WarpOnDestinationChange.htm\u000060","NetworkedTransform.EnableProximity Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_EnableProximity.htm\u000058","NetworkingConfiguration.AllowPassthroughMessages Field\u0000html/F_MLAPI_NetworkingConfiguration_AllowPassthroughMessages.htm\u000060","NetworkedTransform.SnapDistance Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_SnapDistance.htm\u000061","NetworkedClient.OwnedObjects Field\u0000html/F_MLAPI_NetworkedClient_OwnedObjects.htm\u000062","NetworkedTransform.InterpolateServer Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_InterpolateServer.htm\u000058","NetworkedTransform.MinMeters Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_MinMeters.htm\u000064","NetworkedBehaviour.SyncVarSyncDelay Field\u0000html/F_MLAPI_NetworkedBehaviour_SyncVarSyncDelay.htm\u000058","NetworkedObject.ServerOnly Field\u0000html/F_MLAPI_NetworkedObject_ServerOnly.htm\u000072","NetworkedClient.ClientId Field\u0000html/F_MLAPI_NetworkedClient_ClientId.htm\u000055","NetworkedClient.PlayerObject Field\u0000html/F_MLAPI_NetworkedClient_PlayerObject.htm\u000055","NetworkingConfiguration.EnableEncryption Field\u0000html/F_MLAPI_NetworkingConfiguration_EnableEncryption.htm\u000056","NetworkingConfiguration.ClientConnectionBufferTimeout Field\u0000html/F_MLAPI_NetworkingConfiguration_ClientConnectionBufferTimeout.htm\u000065","NetworkingConfiguration.EnableSceneSwitching Field\u0000html/F_MLAPI_NetworkingConfiguration_EnableSceneSwitching.htm\u000057","NetworkingConfiguration.Address Field\u0000html/F_MLAPI_NetworkingConfiguration_Address.htm\u000055","NetworkingConfiguration.ConnectionApproval Field\u0000html/F_MLAPI_NetworkingConfiguration_ConnectionApproval.htm\u000057","NetworkingConfiguration.HandleObjectSpawning Field\u0000html/F_MLAPI_NetworkingConfiguration_HandleObjectSpawning.htm\u000060","NetworkingConfiguration.MaxConnections Field\u0000html/F_MLAPI_NetworkingConfiguration_MaxConnections.htm\u000059","NetworkingConfiguration.EncryptedChannels Field\u0000html/F_MLAPI_NetworkingConfiguration_EncryptedChannels.htm\u000068","NetworkedTransform.ProximityRange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_ProximityRange.htm\u000060","NetworkingConfiguration.ReceiveTickrate Field\u0000html/F_MLAPI_NetworkingConfiguration_ReceiveTickrate.htm\u000067","NetworkingConfiguration.MaxReceiveEventsPerTickRate Field\u0000html/F_MLAPI_NetworkingConfiguration_MaxReceiveEventsPerTickRate.htm\u000066","NetworkingConfiguration.Port Field\u0000html/F_MLAPI_NetworkingConfiguration_Port.htm\u000057","NetworkingConfiguration.ProtocolVersion Field\u0000html/F_MLAPI_NetworkingConfiguration_ProtocolVersion.htm\u000062","NetworkingConfiguration.EventTickrate Field\u0000html/F_MLAPI_NetworkingConfiguration_EventTickrate.htm\u000068","NetworkingConfiguration.SecondsHistory Field\u0000html/F_MLAPI_NetworkingConfiguration_SecondsHistory.htm\u000061","NetworkingConfiguration.Channels Field\u0000html/F_MLAPI_NetworkingConfiguration_Channels.htm\u000067","NetworkingConfiguration.SendTickrate Field\u0000html/F_MLAPI_NetworkingConfiguration_SendTickrate.htm\u000064","NetworkedClient.AesKey Field\u0000html/F_MLAPI_NetworkedClient_AesKey.htm\u000060","NetworkingConfiguration.RegisteredScenes Field\u0000html/F_MLAPI_NetworkingConfiguration_RegisteredScenes.htm\u000068","NetworkingConfiguration.MessageBufferSize Field\u0000html/F_MLAPI_NetworkingConfiguration_MessageBufferSize.htm\u000065","NetworkingConfiguration.ConnectionApprovalCallback Field\u0000html/F_MLAPI_NetworkingConfiguration_ConnectionApprovalCallback.htm\u000097","NetworkingConfiguration.RSAPrivateKey Field\u0000html/F_MLAPI_NetworkingConfiguration_RSAPrivateKey.htm\u000060","NetworkingManager.DontDestroy Field\u0000html/F_MLAPI_NetworkingManager_DontDestroy.htm\u000061","NetworkingConfiguration.MessageTypes Field\u0000html/F_MLAPI_NetworkingConfiguration_MessageTypes.htm\u000058","NetworkingManager.NetworkConfig Field\u0000html/F_MLAPI_NetworkingManager_NetworkConfig.htm\u000053","NetworkingConfiguration.RSAPublicKey Field\u0000html/F_MLAPI_NetworkingConfiguration_RSAPublicKey.htm\u000060","NetworkingManager.OnServerStarted Field\u0000html/F_MLAPI_NetworkingManager_OnServerStarted.htm\u000059","NetworkingConfiguration.SignKeyExchange Field\u0000html/F_MLAPI_NetworkingConfiguration_SignKeyExchange.htm\u000061","NetworkedClient Methods\u0000html/Methods_T_MLAPI_NetworkedClient.htm\u000074","NetworkingConfiguration.PassthroughMessageTypes Field\u0000html/F_MLAPI_NetworkingConfiguration_PassthroughMessageTypes.htm\u000086","NetworkingManager.DefaultPlayerPrefab Field\u0000html/F_MLAPI_NetworkingManager_DefaultPlayerPrefab.htm\u000057","NetworkingManager.RunInBackground Field\u0000html/F_MLAPI_NetworkingManager_RunInBackground.htm\u000063","NetworkingConfiguration Methods\u0000html/Methods_T_MLAPI_NetworkingConfiguration.htm\u000096","CryptographyHelper Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_CryptographyHelper.htm\u000077","MessageChunker Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_MessageChunker.htm\u0000120","NetworkingConfiguration.ConnectionData Field\u0000html/F_MLAPI_NetworkingConfiguration_ConnectionData.htm\u000072","NetworkingManager.SpawnablePrefabs Field\u0000html/F_MLAPI_NetworkingManager_SpawnablePrefabs.htm\u000061","General Error\u0000html/GeneralError.htm\u000033","NetworkingManager.OnClientConnectedCallback Field\u0000html/F_MLAPI_NetworkingManager_OnClientConnectedCallback.htm\u000064","SyncedVar Methods\u0000html/Methods_T_MLAPI_Attributes_SyncedVar.htm\u000091","NetworkPoolManager Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_NetworkPoolManager.htm\u0000108","NetworkSceneManager Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_NetworkSceneManager.htm\u000043","SyncedVar Constructor\u0000html/M_MLAPI_Attributes_SyncedVar__ctor.htm\u000056","NetworkedAnimator.SetTrigger Method (String)\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetTrigger_1.htm\u000091","NetworkedAnimator Constructor\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator__ctor.htm\u000058","TrackedObject Constructor\u0000html/M_MLAPI_MonoBehaviours_Core_TrackedObject__ctor.htm\u000058","NetworkedNavMeshAgent.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_NetworkStart.htm\u000056","NetworkingManager.OnClientDisconnectCallback Field\u0000html/F_MLAPI_NetworkingManager_OnClientDisconnectCallback.htm\u000064","NetworkedNavMeshAgent Constructor\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent__ctor.htm\u000058","LagCompensationManager Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_LagCompensationManager.htm\u000073","NetworkedAnimator.SetParameterAutoSend Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetParameterAutoSend.htm\u0000123","NetworkedAnimator.GetParameterAutoSend Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_GetParameterAutoSend.htm\u0000110","NetworkedTransform.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_NetworkStart.htm\u000056","NetworkedTransform Constructor\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform__ctor.htm\u000058","NetworkedAnimator.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_NetworkStart.htm\u000056","NetworkedAnimator.ResetParameterOptions Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_ResetParameterOptions.htm\u000053","NetworkedBehaviour.DeregisterMessageHandler Method\u0000html/M_MLAPI_NetworkedBehaviour_DeregisterMessageHandler.htm\u000079","NetworkedAnimator.SetTrigger Method (Int32)\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetTrigger.htm\u000091","NetworkedObject Methods\u0000html/Methods_T_MLAPI_NetworkedObject.htm\u0000706","TrackedObject Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Core_TrackedObject.htm\u0000644","NetworkedBehaviour.SendToClients Method (String, String, Byte[])\u0000html/M_MLAPI_NetworkedBehaviour_SendToClients_2.htm\u0000108","NetworkedBehaviour.GetNetworkedObject Method\u0000html/M_MLAPI_NetworkedBehaviour_GetNetworkedObject.htm\u0000112","NetworkedBehaviour.NetworkStart Method\u0000html/M_MLAPI_NetworkedBehaviour_NetworkStart.htm\u000064","NetworkedBehaviour Constructor\u0000html/M_MLAPI_NetworkedBehaviour__ctor.htm\u000054","NetworkedBehaviour.OnGainedOwnership Method\u0000html/M_MLAPI_NetworkedBehaviour_OnGainedOwnership.htm\u000060","NetworkedObject.Spawn Method\u0000html/M_MLAPI_NetworkedObject_Spawn.htm\u000062","NetworkingConfiguration.GetConfig Method\u0000html/M_MLAPI_NetworkingConfiguration_GetConfig.htm\u0000120","NetworkedBehaviour.SendToClientsTarget Method (List(Int32), String, String, Byte[])\u0000html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm\u0000142","NetworkedBehaviour.SendToNonLocalClients Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClients.htm\u0000103","NetworkedClient Constructor\u0000html/M_MLAPI_NetworkedClient__ctor.htm\u000054","NetworkedBehaviour.SendToClientTarget Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToClientTarget.htm\u0000125","NetworkingConfiguration Constructor\u0000html/M_MLAPI_NetworkingConfiguration__ctor.htm\u000054","NetworkedBehaviour.OnLostOwnership Method\u0000html/M_MLAPI_NetworkedBehaviour_OnLostOwnership.htm\u000058","CryptographyHelper.Decrypt Method\u0000html/M_MLAPI_NetworkingManagerComponents_CryptographyHelper_Decrypt.htm\u0000119","NetworkingManager Methods\u0000html/Methods_T_MLAPI_NetworkingManager.htm\u0000681","NetworkedObject.SpawnWithOwnership Method\u0000html/M_MLAPI_NetworkedObject_SpawnWithOwnership.htm\u000080","NetworkedBehaviour.SendToNonLocalClientsTarget Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClientsTarget.htm\u0000112","NetworkedAnimator Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u00001122","NetworkedBehaviour.SendToLocalClient Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToLocalClient.htm\u000097","LagCompensationManager.Simulate Method (Int32, Action)\u0000html/M_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate.htm\u0000118","NetworkedBehaviour.SendToLocalClientTarget Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToLocalClientTarget.htm\u0000111","MessageChunker.GetChunkedMessage Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetChunkedMessage.htm\u0000114","NetworkedBehaviour.RegisterMessageHandler Method\u0000html/M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.htm\u0000115","MessageChunker.GetMessageOrdered Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetMessageOrdered.htm\u0000157","NetworkedObject.ChangeOwnership Method\u0000html/M_MLAPI_NetworkedObject_ChangeOwnership.htm\u000074","NetworkedObject Constructor\u0000html/M_MLAPI_NetworkedObject__ctor.htm\u000054","LagCompensationManager.Simulate Method (Single, Action)\u0000html/M_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate_1.htm\u0000105","NetworkingConfiguration.CompareConfig Method\u0000html/M_MLAPI_NetworkingConfiguration_CompareConfig.htm\u0000118","CryptographyHelper.Encrypt Method\u0000html/M_MLAPI_NetworkingManagerComponents_CryptographyHelper_Encrypt.htm\u0000124","NetworkedBehaviour.SendToServer Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToServer.htm\u000097","NetworkedObject.RemoveOwnership Method\u0000html/M_MLAPI_NetworkedObject_RemoveOwnership.htm\u000064","NetworkPoolManager.DestroyPoolObject Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPoolObject.htm\u000091","NetworkedBehaviour.SendToClient Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToClient.htm\u0000117","NetworkingManager.StartHost Method\u0000html/M_MLAPI_NetworkingManager_StartHost.htm\u000068","NetworkedBehaviour.SendToClientsTarget Method (Int32[], String, String, Byte[])\u0000html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.htm\u0000137","NetworkingManager.StartServer Method\u0000html/M_MLAPI_NetworkingManager_StartServer.htm\u000068","MessageChunker.GetMessageUnordered Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetMessageUnordered.htm\u0000159","MessageChunker.HasMissingParts Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_HasMissingParts.htm\u0000110","NetworkPoolManager.SpawnPoolObject Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_SpawnPoolObject.htm\u0000142","NetworkSceneManager.SwitchScene Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkSceneManager_SwitchScene.htm\u000083","NetworkingManager.StartClient Method\u0000html/M_MLAPI_NetworkingManager_StartClient.htm\u000068","NetworkingManager.StopServer Method\u0000html/M_MLAPI_NetworkingManager_StopServer.htm\u000052","NetworkedBehaviour.SendToServerTarget Method\u0000html/M_MLAPI_NetworkedBehaviour_SendToServerTarget.htm\u0000106","MLAPI.MonoBehaviours.Core Namespace\u0000html/N_MLAPI_MonoBehaviours_Core.htm\u000028","MLAPI.MonoBehaviours.Prototyping Namespace\u0000html/N_MLAPI_MonoBehaviours_Prototyping.htm\u000033","MessageChunker.IsOrdered Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_IsOrdered.htm\u000096","NetworkPoolManager.CreatePool Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_CreatePool.htm\u0000119","NetworkPoolManager.DestroyPool Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPool.htm\u000083","NetworkingManager Constructor\u0000html/M_MLAPI_NetworkingManager__ctor.htm\u000054","MLAPI Namespace\u0000html/N_MLAPI.htm\u000056","MLAPI.NetworkingManagerComponents Namespace\u0000html/N_MLAPI_NetworkingManagerComponents.htm\u000045","NetworkedAnimator.SetTrigger Method\u0000html/Overload_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetTrigger.htm\u000030","SyncedVar Properties\u0000html/Properties_T_MLAPI_Attributes_SyncedVar.htm\u000035","NetworkingManager.StopClient Method\u0000html/M_MLAPI_NetworkingManager_StopClient.htm\u000052","MLAPI.Attributes Namespace\u0000html/N_MLAPI_Attributes.htm\u000029","MessageChunker.HasDuplicates Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_HasDuplicates.htm\u0000116","NetworkedTransform Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u0000408","NetworkedBehaviour.SendToClients Method (List(Int32), String, String, Byte[])\u0000html/M_MLAPI_NetworkedBehaviour_SendToClients.htm\u0000134","NetworkedBehaviour.SendToClientsTarget Method (String, String, Byte[])\u0000html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_2.htm\u0000117","NetworkedBehaviour.networkId Property\u0000html/P_MLAPI_NetworkedBehaviour_networkId.htm\u000068","NetworkingManager.StopHost Method\u0000html/M_MLAPI_NetworkingManager_StopHost.htm\u000052","NetworkedBehaviour Properties\u0000html/Properties_T_MLAPI_NetworkedBehaviour.htm\u0000350","NetworkedObject.isPlayerObject Property\u0000html/P_MLAPI_NetworkedObject_isPlayerObject.htm\u000065","TrackedObject Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Core_TrackedObject.htm\u0000270","NetworkedBehaviour.ownerClientId Property\u0000html/P_MLAPI_NetworkedBehaviour_ownerClientId.htm\u000064","NetworkedObject.isLocalPlayer Property\u0000html/P_MLAPI_NetworkedObject_isLocalPlayer.htm\u000068","NetworkedObject Properties\u0000html/Properties_T_MLAPI_NetworkedObject.htm\u0000357","NetworkedBehaviour.isLocalPlayer Property\u0000html/P_MLAPI_NetworkedBehaviour_isLocalPlayer.htm\u000068","NetworkingManager.IsClientConnected Property\u0000html/P_MLAPI_NetworkingManager_IsClientConnected.htm\u000065","NetworkedBehaviour.SendToClients Method\u0000html/Overload_MLAPI_NetworkedBehaviour_SendToClients.htm\u000079","NetworkingManager.isHost Property\u0000html/P_MLAPI_NetworkingManager_isHost.htm\u000064","NetworkedObject.isOwner Property\u0000html/P_MLAPI_NetworkedObject_isOwner.htm\u000067","NetworkedAnimator Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u0000420","NetworkedObject.isPooledObject Property\u0000html/P_MLAPI_NetworkedObject_isPooledObject.htm\u000066","NetworkingManager.MyClientId Property\u0000html/P_MLAPI_NetworkingManager_MyClientId.htm\u000071","NetworkedNavMeshAgent Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u0000408","NetworkedObject.NetworkId Property\u0000html/P_MLAPI_NetworkedObject_NetworkId.htm\u000070","NetworkedNavMeshAgent Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u00001108","NetworkingManager.NetworkTime Property\u0000html/P_MLAPI_NetworkingManager_NetworkTime.htm\u000077","NetworkingManager.singleton Property\u0000html/P_MLAPI_NetworkingManager_singleton.htm\u000064","NetworkingManager Properties\u0000html/Properties_T_MLAPI_NetworkingManager.htm\u0000335","LagCompensationManager Class\u0000html/T_MLAPI_NetworkingManagerComponents_LagCompensationManager.htm\u0000132","NetworkedObject.OwnerClientId Property\u0000html/P_MLAPI_NetworkedObject_OwnerClientId.htm\u000066","NetworkedObject.PoolId Property\u0000html/P_MLAPI_NetworkedObject_PoolId.htm\u000065","NetworkedBehaviour.isOwner Property\u0000html/P_MLAPI_NetworkedBehaviour_isOwner.htm\u000067","NetworkedObject.SpawnablePrefabIndex Property\u0000html/P_MLAPI_NetworkedObject_SpawnablePrefabIndex.htm\u000070","LagCompensationManager Properties\u0000html/Properties_T_MLAPI_NetworkingManagerComponents_LagCompensationManager.htm\u000030","MessageChunker Class\u0000html/T_MLAPI_NetworkingManagerComponents_MessageChunker.htm\u0000162","SyncedVar Class\u0000html/T_MLAPI_Attributes_SyncedVar.htm\u0000190","NetworkedAnimator.animator Property\u0000html/P_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_animator.htm\u000075","NetworkedBehaviour.isServer Property\u0000html/P_MLAPI_NetworkedBehaviour_isServer.htm\u000064","NetworkedBehaviour.SendToClients Method (Int32[], String, String, Byte[])\u0000html/M_MLAPI_NetworkedBehaviour_SendToClients_1.htm\u0000129","LagCompensationManager.SimulationObjects Property\u0000html/P_MLAPI_NetworkingManagerComponents_LagCompensationManager_SimulationObjects.htm\u000068","NetworkPoolManager Class\u0000html/T_MLAPI_NetworkingManagerComponents_NetworkPoolManager.htm\u0000151","NetworkedBehaviour.SendToClientsTarget Method\u0000html/Overload_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm\u0000104","NetworkedBehaviour.networkedObject Property\u0000html/P_MLAPI_NetworkedBehaviour_networkedObject.htm\u000065","NetworkedBehaviour.isClient Property\u0000html/P_MLAPI_NetworkedBehaviour_isClient.htm\u000064","LagCompensationManager.Simulate Method\u0000html/Overload_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate.htm\u000075","NetworkingManager.ConnectedClients Property\u0000html/P_MLAPI_NetworkingManager_ConnectedClients.htm\u000075","NetworkSceneManager Class\u0000html/T_MLAPI_NetworkingManagerComponents_NetworkSceneManager.htm\u000086","Page Not Found\u0000html/PageNotFound.htm\u000067","NetworkedBehaviour.isHost Property\u0000html/P_MLAPI_NetworkedBehaviour_isHost.htm\u000070","TrackedObject Class\u0000html/T_MLAPI_MonoBehaviours_Core_TrackedObject.htm\u0000963","NetworkedNavMeshAgent Class\u0000html/T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u00001607","NetworkedTransform Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u00001108","NetworkedAnimator Class\u0000html/T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u00001618","NetworkedBehaviour Methods\u0000html/Methods_T_MLAPI_NetworkedBehaviour.htm\u0000978","NetworkedTransform Class\u0000html/T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u00001646","NetworkedBehaviour Class\u0000html/T_MLAPI_NetworkedBehaviour.htm\u00001398","NetworkedClient Class\u0000html/T_MLAPI_NetworkedClient.htm\u0000154","NetworkedObject Class\u0000html/T_MLAPI_NetworkedObject.htm\u00001132","NetworkingConfiguration Class\u0000html/T_MLAPI_NetworkingConfiguration.htm\u0000490","NetworkingManager Class\u0000html/T_MLAPI_NetworkingManager.htm\u00001130","CryptographyHelper Class\u0000html/T_MLAPI_NetworkingManagerComponents_CryptographyHelper.htm\u0000119"] \ No newline at end of file +["MLAPI API Reference - Redirect\u0000index.html\u000018","NetworkedObject Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm\u000051","NetworkedNavMeshAgent Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u000073","NetworkedBehaviour Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm\u000037","MLAPI API Reference - Search\u0000search.html\u000012","SyncedVar Fields\u0000html/Fields_T_MLAPI_Attributes_SyncedVar.htm\u000039","NetworkingManager Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm\u0000100","NetworkedTransform Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u0000112","NetworkedAnimator Fields\u0000html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u000058","NetworkedClient Fields\u0000html/Fields_T_MLAPI_NetworkedClient.htm\u000053","NetworkingManager.DefaultPlayerPrefab Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DefaultPlayerPrefab.htm\u000061","NetworkingConfiguration Fields\u0000html/Fields_T_MLAPI_NetworkingConfiguration.htm\u0000358","NetworkedObject.ServerOnly Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkedObject_ServerOnly.htm\u000076","NetworkedBehaviour.SyncVarSyncDelay Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SyncVarSyncDelay.htm\u000062","NetworkingManager.DontDestroy Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DontDestroy.htm\u000065","NetworkingManager.NetworkConfig Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkConfig.htm\u000057","NetworkingManager.OnClientConnectedCallback Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientConnectedCallback.htm\u000068","NetworkingManager.OnServerStarted Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnServerStarted.htm\u000063","SyncedVar.hook Field\u0000html/F_MLAPI_Attributes_SyncedVar_hook.htm\u000063","NetworkingManager.OnClientDisconnectCallback Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientDisconnectCallback.htm\u000068","NetworkingManager.SpawnablePrefabs Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_SpawnablePrefabs.htm\u000065","NetworkedAnimator.param0 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param0.htm\u000070","NetworkedAnimator.EnableProximity Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_EnableProximity.htm\u000057","NetworkedAnimator.param2 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param2.htm\u000070","NetworkingManager.RunInBackground Field\u0000html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_RunInBackground.htm\u000067","NetworkedAnimator.param1 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param1.htm\u000070","NetworkedNavMeshAgent.CorrectionDelay Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_CorrectionDelay.htm\u000060","NetworkedAnimator.param5 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param5.htm\u000070","NetworkedTransform.EnableProximity Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_EnableProximity.htm\u000058","NetworkedTransform.InterpolateServer Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_InterpolateServer.htm\u000058","NetworkedNavMeshAgent.WarpOnDestinationChange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_WarpOnDestinationChange.htm\u000060","NetworkedAnimator.param3 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param3.htm\u000070","NetworkedAnimator.param4 Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_param4.htm\u000070","NetworkedNavMeshAgent.DriftCorrectionPercentage Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_DriftCorrectionPercentage.htm\u000060","NetworkedTransform.MinDegrees Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_MinDegrees.htm\u000064","NetworkedAnimator.ProximityRange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_ProximityRange.htm\u000057","NetworkedTransform.InterpolatePosition Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_InterpolatePosition.htm\u000056","NetworkedTransform.AssumeSyncedSends Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_AssumeSyncedSends.htm\u000067","NetworkedTransform.SendsPerSecond Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_SendsPerSecond.htm\u000057","NetworkedTransform.MinMeters Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_MinMeters.htm\u000064","NetworkingConfiguration.Address Field\u0000html/F_MLAPI_NetworkingConfiguration_Address.htm\u000055","NetworkedNavMeshAgent.EnableProximity Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_EnableProximity.htm\u000057","NetworkedClient.AesKey Field\u0000html/F_MLAPI_NetworkedClient_AesKey.htm\u000060","NetworkedClient.OwnedObjects Field\u0000html/F_MLAPI_NetworkedClient_OwnedObjects.htm\u000062","NetworkingConfiguration.AllowPassthroughMessages Field\u0000html/F_MLAPI_NetworkingConfiguration_AllowPassthroughMessages.htm\u000060","NetworkedTransform.SnapDistance Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_SnapDistance.htm\u000061","NetworkingConfiguration.EnableSceneSwitching Field\u0000html/F_MLAPI_NetworkingConfiguration_EnableSceneSwitching.htm\u000057","NetworkingConfiguration.ConnectionApproval Field\u0000html/F_MLAPI_NetworkingConfiguration_ConnectionApproval.htm\u000057","NetworkingConfiguration.Channels Field\u0000html/F_MLAPI_NetworkingConfiguration_Channels.htm\u000067","NetworkedNavMeshAgent.ProximityRange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_ProximityRange.htm\u000057","NetworkedTransform.ProximityRange Field\u0000html/F_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_ProximityRange.htm\u000060","NetworkedClient.ClientId Field\u0000html/F_MLAPI_NetworkedClient_ClientId.htm\u000055","NetworkingConfiguration.ClientConnectionBufferTimeout Field\u0000html/F_MLAPI_NetworkingConfiguration_ClientConnectionBufferTimeout.htm\u000065","NetworkingConfiguration.ConnectionData Field\u0000html/F_MLAPI_NetworkingConfiguration_ConnectionData.htm\u000072","NetworkingConfiguration.EventTickrate Field\u0000html/F_MLAPI_NetworkingConfiguration_EventTickrate.htm\u000068","NetworkedClient.PlayerObject Field\u0000html/F_MLAPI_NetworkedClient_PlayerObject.htm\u000055","NetworkingConfiguration.MaxConnections Field\u0000html/F_MLAPI_NetworkingConfiguration_MaxConnections.htm\u000059","NetworkingConfiguration.EnableEncryption Field\u0000html/F_MLAPI_NetworkingConfiguration_EnableEncryption.htm\u000056","NetworkingConfiguration.MessageBufferSize Field\u0000html/F_MLAPI_NetworkingConfiguration_MessageBufferSize.htm\u000065","NetworkingConfiguration.HandleObjectSpawning Field\u0000html/F_MLAPI_NetworkingConfiguration_HandleObjectSpawning.htm\u000060","General Error\u0000html/GeneralError.htm\u000033","NetworkingConfiguration.PassthroughMessageTypes Field\u0000html/F_MLAPI_NetworkingConfiguration_PassthroughMessageTypes.htm\u000086","NetworkingConfiguration.MaxReceiveEventsPerTickRate Field\u0000html/F_MLAPI_NetworkingConfiguration_MaxReceiveEventsPerTickRate.htm\u000066","NetworkingConfiguration.RSAPublicKey Field\u0000html/F_MLAPI_NetworkingConfiguration_RSAPublicKey.htm\u000060","NetworkingConfiguration.EncryptedChannels Field\u0000html/F_MLAPI_NetworkingConfiguration_EncryptedChannels.htm\u000068","NetworkingConfiguration.ConnectionApprovalCallback Field\u0000html/F_MLAPI_NetworkingConfiguration_ConnectionApprovalCallback.htm\u000097","NetworkingConfiguration.RegisteredScenes Field\u0000html/F_MLAPI_NetworkingConfiguration_RegisteredScenes.htm\u000068","NetworkingConfiguration.Port Field\u0000html/F_MLAPI_NetworkingConfiguration_Port.htm\u000057","SyncedVar Methods\u0000html/Methods_T_MLAPI_Attributes_SyncedVar.htm\u000091","NetworkingConfiguration.SecondsHistory Field\u0000html/F_MLAPI_NetworkingConfiguration_SecondsHistory.htm\u000061","NetworkingConfiguration Methods\u0000html/Methods_T_MLAPI_NetworkingConfiguration.htm\u000096","NetworkingConfiguration.RSAPrivateKey Field\u0000html/F_MLAPI_NetworkingConfiguration_RSAPrivateKey.htm\u000060","NetworkingConfiguration.ProtocolVersion Field\u0000html/F_MLAPI_NetworkingConfiguration_ProtocolVersion.htm\u000062","NetworkingConfiguration.MessageTypes Field\u0000html/F_MLAPI_NetworkingConfiguration_MessageTypes.htm\u000058","NetworkingConfiguration.SendTickrate Field\u0000html/F_MLAPI_NetworkingConfiguration_SendTickrate.htm\u000064","LagCompensationManager Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_LagCompensationManager.htm\u000073","CryptographyHelper Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_CryptographyHelper.htm\u000077","SyncedVar Constructor\u0000html/M_MLAPI_Attributes_SyncedVar__ctor.htm\u000056","NetworkingConfiguration.ReceiveTickrate Field\u0000html/F_MLAPI_NetworkingConfiguration_ReceiveTickrate.htm\u000067","NetworkedBehaviour.OnGainedOwnership Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnGainedOwnership.htm\u000064","NetworkingConfiguration.SignKeyExchange Field\u0000html/F_MLAPI_NetworkingConfiguration_SignKeyExchange.htm\u000061","MessageChunker Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_MessageChunker.htm\u0000120","NetworkPoolManager Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_NetworkPoolManager.htm\u0000108","NetworkedBehaviour.OnLostOwnership Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnLostOwnership.htm\u000062","NetworkedBehaviour.RegisterMessageHandler Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_RegisterMessageHandler.htm\u0000119","NetworkedBehaviour.DeregisterMessageHandler Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_DeregisterMessageHandler.htm\u000083","NetworkedBehaviour.SendToClientTarget Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientTarget.htm\u0000129","NetworkedBehaviour.GetNetworkedObject Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_GetNetworkedObject.htm\u0000120","NetworkSceneManager Methods\u0000html/Methods_T_MLAPI_NetworkingManagerComponents_NetworkSceneManager.htm\u000043","NetworkedBehaviour.SendToClientsTarget Method (Int32[], String, String, Byte[])\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_1.htm\u0000141","NetworkedBehaviour.SendToNonLocalClientsTarget Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClientsTarget.htm\u0000116","NetworkedBehaviour.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_NetworkStart.htm\u000068","NetworkedObject.ChangeOwnership Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_ChangeOwnership.htm\u000078","NetworkedBehaviour.SendToClient Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClient.htm\u0000121","NetworkedObject.RemoveOwnership Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_RemoveOwnership.htm\u000068","NetworkedObject Constructor\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedObject__ctor.htm\u000058","NetworkedObject.Spawn Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_Spawn.htm\u000066","NetworkedBehaviour.SendToLocalClient Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClient.htm\u0000101","NetworkedBehaviour.SendToServer Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServer.htm\u0000101","NetworkingManager.StartClient Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartClient.htm\u000072","NetworkedBehaviour.SendToClientsTarget Method (String, String, Byte[])\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_2.htm\u0000121","NetworkedObject.SpawnWithOwnership Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnWithOwnership.htm\u000084","NetworkedBehaviour.SendToLocalClientTarget Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClientTarget.htm\u0000115","NetworkedBehaviour.SendToClients Method (List(Int32), String, String, Byte[])\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm\u0000138","NetworkingManager.StartHost Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartHost.htm\u000072","NetworkedBehaviour Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm\u0000980","NetworkedAnimator Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u00001122","NetworkingManager.StopClient Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopClient.htm\u000056","NetworkedBehaviour.SendToServerTarget Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServerTarget.htm\u0000110","NetworkedBehaviour Constructor\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour__ctor.htm\u000058","NetworkingManager.StopHost Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopHost.htm\u000056","NetworkingManager.StartServer Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartServer.htm\u000072","TrackedObject Constructor\u0000html/M_MLAPI_MonoBehaviours_Core_TrackedObject__ctor.htm\u000058","NetworkingManager.StopServer Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopServer.htm\u000056","NetworkingManager Constructor\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkingManager__ctor.htm\u000058","NetworkedAnimator.GetParameterAutoSend Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_GetParameterAutoSend.htm\u0000110","NetworkedBehaviour.SendToNonLocalClients Method\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClients.htm\u0000107","NetworkedNavMeshAgent.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent_NetworkStart.htm\u000056","NetworkedAnimator.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_NetworkStart.htm\u000056","NetworkedBehaviour.SendToClients Method (Int32[], String, String, Byte[])\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_1.htm\u0000133","NetworkedAnimator.SetParameterAutoSend Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetParameterAutoSend.htm\u0000123","NetworkedNavMeshAgent Constructor\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent__ctor.htm\u000058","NetworkedAnimator.ResetParameterOptions Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_ResetParameterOptions.htm\u000053","NetworkedBehaviour.SendToClientsTarget Method (List(Int32), String, String, Byte[])\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm\u0000146","NetworkedAnimator.SetTrigger Method (Int32)\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetTrigger.htm\u000091","NetworkedTransform.NetworkStart Method\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform_NetworkStart.htm\u000056","NetworkedTransform Constructor\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform__ctor.htm\u000058","NetworkedClient Constructor\u0000html/M_MLAPI_NetworkedClient__ctor.htm\u000054","CryptographyHelper.Decrypt Method\u0000html/M_MLAPI_NetworkingManagerComponents_CryptographyHelper_Decrypt.htm\u0000119","NetworkedAnimator.SetTrigger Method (String)\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetTrigger_1.htm\u000091","NetworkedBehaviour.SendToClients Method (String, String, Byte[])\u0000html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_2.htm\u0000112","NetworkedObject Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm\u0000708","NetworkedAnimator Constructor\u0000html/M_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator__ctor.htm\u000058","MessageChunker.HasMissingParts Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_HasMissingParts.htm\u0000110","NetworkingConfiguration.CompareConfig Method\u0000html/M_MLAPI_NetworkingConfiguration_CompareConfig.htm\u0000118","NetworkPoolManager.DestroyPoolObject Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPoolObject.htm\u000093","MessageChunker.GetChunkedMessage Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetChunkedMessage.htm\u0000114","MessageChunker.IsOrdered Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_IsOrdered.htm\u000096","MLAPI.Attributes Namespace\u0000html/N_MLAPI_Attributes.htm\u000029","CryptographyHelper.Encrypt Method\u0000html/M_MLAPI_NetworkingManagerComponents_CryptographyHelper_Encrypt.htm\u0000124","NetworkingConfiguration.GetConfig Method\u0000html/M_MLAPI_NetworkingConfiguration_GetConfig.htm\u0000120","NetworkPoolManager.SpawnPoolObject Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_SpawnPoolObject.htm\u0000142","MLAPI.MonoBehaviours.Core Namespace\u0000html/N_MLAPI_MonoBehaviours_Core.htm\u000059","NetworkingConfiguration Constructor\u0000html/M_MLAPI_NetworkingConfiguration__ctor.htm\u000054","Page Not Found\u0000html/PageNotFound.htm\u000067","MLAPI.MonoBehaviours.Prototyping Namespace\u0000html/N_MLAPI_MonoBehaviours_Prototyping.htm\u000033","NetworkSceneManager.SwitchScene Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkSceneManager_SwitchScene.htm\u000083","SyncedVar Properties\u0000html/Properties_T_MLAPI_Attributes_SyncedVar.htm\u000035","NetworkPoolManager.CreatePool Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_CreatePool.htm\u0000119","MessageChunker.GetMessageOrdered Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetMessageOrdered.htm\u0000157","LagCompensationManager.Simulate Method (Int32, Action)\u0000html/M_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate.htm\u0000118","MLAPI Namespace\u0000html/N_MLAPI.htm\u000025","MLAPI.NetworkingManagerComponents Namespace\u0000html/N_MLAPI_NetworkingManagerComponents.htm\u000045","NetworkPoolManager.DestroyPool Method\u0000html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPool.htm\u000083","NetworkedNavMeshAgent Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u00001108","NetworkedBehaviour Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm\u0000352","LagCompensationManager.Simulate Method (Single, Action)\u0000html/M_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate_1.htm\u0000105","NetworkedTransform Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u0000408","NetworkingManager Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm\u0000683","NetworkedObject.isPlayerObject Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isPlayerObject.htm\u000069","LagCompensationManager Properties\u0000html/Properties_T_MLAPI_NetworkingManagerComponents_LagCompensationManager.htm\u000030","NetworkedObject Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm\u0000359","NetworkedBehaviour.networkId Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_networkId.htm\u000072","NetworkedBehaviour.SendToClients Method\u0000html/Overload_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm\u000081","MessageChunker.GetMessageUnordered Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_GetMessageUnordered.htm\u0000159","NetworkedObject.isPooledObject Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isPooledObject.htm\u000070","NetworkedBehaviour.ownerClientId Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_ownerClientId.htm\u000068","NetworkedBehaviour.isClient Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isClient.htm\u000068","NetworkingManager Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm\u0000337","NetworkedObject.NetworkId Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_NetworkId.htm\u000074","NetworkedObject.isLocalPlayer Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isLocalPlayer.htm\u000072","NetworkedBehaviour.isHost Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isHost.htm\u000074","NetworkedObject.OwnerClientId Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_OwnerClientId.htm\u000070","NetworkedBehaviour.isLocalPlayer Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isLocalPlayer.htm\u000072","NetworkedObject.isOwner Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_isOwner.htm\u000071","TrackedObject Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Core_TrackedObject.htm\u0000270","NetworkedObject.PoolId Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_PoolId.htm\u000069","MessageChunker.HasDuplicates Method\u0000html/M_MLAPI_NetworkingManagerComponents_MessageChunker_HasDuplicates.htm\u0000116","NetworkedBehaviour.SendToClientsTarget Method\u0000html/Overload_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm\u0000106","NetworkingManager.isHost Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_isHost.htm\u000068","TrackedObject Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Core_TrackedObject.htm\u0000644","NetworkedBehaviour.isOwner Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isOwner.htm\u000071","NetworkedAnimator Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u0000420","NetworkingManager.MyClientId Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_MyClientId.htm\u000075","CryptographyHelper Class\u0000html/T_MLAPI_NetworkingManagerComponents_CryptographyHelper.htm\u0000119","NetworkedAnimator.SetTrigger Method\u0000html/Overload_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_SetTrigger.htm\u000030","NetworkedObject.SpawnablePrefabIndex Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnablePrefabIndex.htm\u000074","NetworkingManager.NetworkTime Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkTime.htm\u000081","LagCompensationManager.Simulate Method\u0000html/Overload_MLAPI_NetworkingManagerComponents_LagCompensationManager_Simulate.htm\u000075","NetworkedBehaviour.isServer Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_isServer.htm\u000068","NetworkedNavMeshAgent Properties\u0000html/Properties_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u0000408","NetworkingManager.ConnectedClients Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_ConnectedClients.htm\u000079","NetworkingManager.singleton Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_singleton.htm\u000068","LagCompensationManager Class\u0000html/T_MLAPI_NetworkingManagerComponents_LagCompensationManager.htm\u0000132","NetworkSceneManager Class\u0000html/T_MLAPI_NetworkingManagerComponents_NetworkSceneManager.htm\u000086","NetworkedAnimator.animator Property\u0000html/P_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator_animator.htm\u000075","NetworkedBehaviour.networkedObject Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_networkedObject.htm\u000069","NetworkingManager.IsClientConnected Property\u0000html/P_MLAPI_MonoBehaviours_Core_NetworkingManager_IsClientConnected.htm\u000069","MessageChunker Class\u0000html/T_MLAPI_NetworkingManagerComponents_MessageChunker.htm\u0000162","NetworkPoolManager Class\u0000html/T_MLAPI_NetworkingManagerComponents_NetworkPoolManager.htm\u0000151","LagCompensationManager.SimulationObjects Property\u0000html/P_MLAPI_NetworkingManagerComponents_LagCompensationManager_SimulationObjects.htm\u000068","NetworkedTransform Methods\u0000html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u00001108","NetworkedObject Class\u0000html/T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm\u00001138","SyncedVar Class\u0000html/T_MLAPI_Attributes_SyncedVar.htm\u0000190","NetworkedClient Methods\u0000html/Methods_T_MLAPI_NetworkedClient.htm\u000074","NetworkingManager Class\u0000html/T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm\u00001136","NetworkedBehaviour Class\u0000html/T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm\u00001404","TrackedObject Class\u0000html/T_MLAPI_MonoBehaviours_Core_TrackedObject.htm\u0000963","NetworkedAnimator Class\u0000html/T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm\u00001620","NetworkedNavMeshAgent Class\u0000html/T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm\u00001609","NetworkedTransform Class\u0000html/T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm\u00001648","NetworkedClient Class\u0000html/T_MLAPI_NetworkedClient.htm\u0000154","NetworkingConfiguration Class\u0000html/T_MLAPI_NetworkingConfiguration.htm\u0000490"] \ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SyncVarSyncDelay.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SyncVarSyncDelay.htm new file mode 100644 index 0000000..049aaea --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SyncVarSyncDelay.htm @@ -0,0 +1,7 @@ +NetworkedBehaviour.SyncVarSyncDelay Field

NetworkedBehaviourSyncVarSyncDelay Field

+ The minimum delay in seconds between SyncedVar sends +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float SyncVarSyncDelay

Field Value

Type: Single
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedObject_ServerOnly.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedObject_ServerOnly.htm new file mode 100644 index 0000000..9bcb02b --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkedObject_ServerOnly.htm @@ -0,0 +1,7 @@ +NetworkedObject.ServerOnly Field

NetworkedObjectServerOnly Field

+ Gets or sets if this object should be replicated across the network. Can only be changed before the object is spawned +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ServerOnly

Field Value

Type: Boolean
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DefaultPlayerPrefab.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DefaultPlayerPrefab.htm new file mode 100644 index 0000000..55b9334 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DefaultPlayerPrefab.htm @@ -0,0 +1,7 @@ +NetworkingManager.DefaultPlayerPrefab Field

NetworkingManagerDefaultPlayerPrefab Field

+ The default prefab to give to players +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GameObject DefaultPlayerPrefab

Field Value

Type: GameObject
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DontDestroy.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DontDestroy.htm new file mode 100644 index 0000000..4caa706 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_DontDestroy.htm @@ -0,0 +1,7 @@ +NetworkingManager.DontDestroy Field

NetworkingManagerDontDestroy Field

+ Gets or sets if the NetworkingManager should be marked as DontDestroyOnLoad +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool DontDestroy

Field Value

Type: Boolean
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkConfig.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkConfig.htm new file mode 100644 index 0000000..6dfd545 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_NetworkConfig.htm @@ -0,0 +1,7 @@ +NetworkingManager.NetworkConfig Field

NetworkingManagerNetworkConfig Field

+ The current NetworkingConfiguration +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkingConfiguration NetworkConfig

Field Value

Type: NetworkingConfiguration
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientConnectedCallback.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientConnectedCallback.htm new file mode 100644 index 0000000..298d553 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientConnectedCallback.htm @@ -0,0 +1,7 @@ +NetworkingManager.OnClientConnectedCallback Field

NetworkingManagerOnClientConnectedCallback Field

+ The callback to invoke once a client connects +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<int> OnClientConnectedCallback

Field Value

Type: ActionInt32
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientDisconnectCallback.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientDisconnectCallback.htm new file mode 100644 index 0000000..4f75165 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnClientDisconnectCallback.htm @@ -0,0 +1,7 @@ +NetworkingManager.OnClientDisconnectCallback Field

NetworkingManagerOnClientDisconnectCallback Field

+ The callback to invoke when a client disconnects +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<int> OnClientDisconnectCallback

Field Value

Type: ActionInt32
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnServerStarted.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnServerStarted.htm new file mode 100644 index 0000000..d235ad0 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_OnServerStarted.htm @@ -0,0 +1,7 @@ +NetworkingManager.OnServerStarted Field

NetworkingManagerOnServerStarted Field

+ The callback to invoke once the server is ready +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action OnServerStarted

Field Value

Type: Action
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_RunInBackground.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_RunInBackground.htm new file mode 100644 index 0000000..b2fa483 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_RunInBackground.htm @@ -0,0 +1,7 @@ +NetworkingManager.RunInBackground Field

NetworkingManagerRunInBackground Field

+ Gets or sets if the application should be set to run in background +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool RunInBackground

Field Value

Type: Boolean
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_SpawnablePrefabs.htm b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_SpawnablePrefabs.htm new file mode 100644 index 0000000..0e6fda2 --- /dev/null +++ b/docs/html/F_MLAPI_MonoBehaviours_Core_NetworkingManager_SpawnablePrefabs.htm @@ -0,0 +1,7 @@ +NetworkingManager.SpawnablePrefabs Field

NetworkingManagerSpawnablePrefabs Field

+ A list of spawnable prefabs +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<GameObject> SpawnablePrefabs

Field Value

Type: ListGameObject
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkedBehaviour_SyncVarSyncDelay.htm b/docs/html/F_MLAPI_NetworkedBehaviour_SyncVarSyncDelay.htm deleted file mode 100644 index ed11ab0..0000000 --- a/docs/html/F_MLAPI_NetworkedBehaviour_SyncVarSyncDelay.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedBehaviour.SyncVarSyncDelay Field

NetworkedBehaviourSyncVarSyncDelay Field

- The minimum delay in seconds between SyncedVar sends -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float SyncVarSyncDelay

Field Value

Type: Single
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkedClient_OwnedObjects.htm b/docs/html/F_MLAPI_NetworkedClient_OwnedObjects.htm index 756f906..4328bd2 100644 --- a/docs/html/F_MLAPI_NetworkedClient_OwnedObjects.htm +++ b/docs/html/F_MLAPI_NetworkedClient_OwnedObjects.htm @@ -4,4 +4,4 @@ Namespace:  MLAPI
Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<NetworkedObject> OwnedObjects

Field Value

Type: ListNetworkedObject
See Also
\ No newline at end of file +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<NetworkedObject> OwnedObjects

Field Value

Type: ListNetworkedObject
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkedObject_ServerOnly.htm b/docs/html/F_MLAPI_NetworkedObject_ServerOnly.htm deleted file mode 100644 index cc1ebcd..0000000 --- a/docs/html/F_MLAPI_NetworkedObject_ServerOnly.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedObject.ServerOnly Field

NetworkedObjectServerOnly Field

- Gets or sets if this object should be replicated across the network. Can only be changed before the object is spawned -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ServerOnly

Field Value

Type: Boolean
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_DefaultPlayerPrefab.htm b/docs/html/F_MLAPI_NetworkingManager_DefaultPlayerPrefab.htm deleted file mode 100644 index c5b6a88..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_DefaultPlayerPrefab.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.DefaultPlayerPrefab Field

NetworkingManagerDefaultPlayerPrefab Field

- The default prefab to give to players -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GameObject DefaultPlayerPrefab

Field Value

Type: GameObject
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_DontDestroy.htm b/docs/html/F_MLAPI_NetworkingManager_DontDestroy.htm deleted file mode 100644 index 4759f89..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_DontDestroy.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.DontDestroy Field

NetworkingManagerDontDestroy Field

- Gets or sets if the NetworkingManager should be marked as DontDestroyOnLoad -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool DontDestroy

Field Value

Type: Boolean
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_NetworkConfig.htm b/docs/html/F_MLAPI_NetworkingManager_NetworkConfig.htm deleted file mode 100644 index 870c03a..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_NetworkConfig.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.NetworkConfig Field

NetworkingManagerNetworkConfig Field

- The current NetworkingConfiguration -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkingConfiguration NetworkConfig

Field Value

Type: NetworkingConfiguration
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_OnClientConnectedCallback.htm b/docs/html/F_MLAPI_NetworkingManager_OnClientConnectedCallback.htm deleted file mode 100644 index 8f38dc8..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_OnClientConnectedCallback.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.OnClientConnectedCallback Field

NetworkingManagerOnClientConnectedCallback Field

- The callback to invoke once a client connects -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<int> OnClientConnectedCallback

Field Value

Type: ActionInt32
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_OnClientDisconnectCallback.htm b/docs/html/F_MLAPI_NetworkingManager_OnClientDisconnectCallback.htm deleted file mode 100644 index 6059eb7..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_OnClientDisconnectCallback.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.OnClientDisconnectCallback Field

NetworkingManagerOnClientDisconnectCallback Field

- The callback to invoke when a client disconnects -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action<int> OnClientDisconnectCallback

Field Value

Type: ActionInt32
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_OnServerStarted.htm b/docs/html/F_MLAPI_NetworkingManager_OnServerStarted.htm deleted file mode 100644 index ac7945c..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_OnServerStarted.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.OnServerStarted Field

NetworkingManagerOnServerStarted Field

- The callback to invoke once the server is ready -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Action OnServerStarted

Field Value

Type: Action
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_RunInBackground.htm b/docs/html/F_MLAPI_NetworkingManager_RunInBackground.htm deleted file mode 100644 index 79c5b9b..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_RunInBackground.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.RunInBackground Field

NetworkingManagerRunInBackground Field

- Gets or sets if the application should be set to run in background -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool RunInBackground

Field Value

Type: Boolean
See Also
\ No newline at end of file diff --git a/docs/html/F_MLAPI_NetworkingManager_SpawnablePrefabs.htm b/docs/html/F_MLAPI_NetworkingManager_SpawnablePrefabs.htm deleted file mode 100644 index bd906dd..0000000 --- a/docs/html/F_MLAPI_NetworkingManager_SpawnablePrefabs.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.SpawnablePrefabs Field

NetworkingManagerSpawnablePrefabs Field

- A list of spawnable prefabs -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<GameObject> SpawnablePrefabs

Field Value

Type: ListGameObject
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm b/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm new file mode 100644 index 0000000..153a1bf --- /dev/null +++ b/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm @@ -0,0 +1,5 @@ +NetworkedBehaviour Fields

NetworkedBehaviour Fields

The NetworkedBehaviour type exposes the following members.

Fields
+   + NameDescription
Public fieldSyncVarSyncDelay
+ The minimum delay in seconds between SyncedVar sends +
Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm b/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm new file mode 100644 index 0000000..480fa9b --- /dev/null +++ b/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm @@ -0,0 +1,5 @@ +NetworkedObject Fields

NetworkedObject Fields

The NetworkedObject type exposes the following members.

Fields
+   + NameDescription
Public fieldServerOnly
+ Gets or sets if this object should be replicated across the network. Can only be changed before the object is spawned +
Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm b/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm new file mode 100644 index 0000000..1148426 --- /dev/null +++ b/docs/html/Fields_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm @@ -0,0 +1,19 @@ +NetworkingManager Fields

NetworkingManager Fields

The NetworkingManager type exposes the following members.

Fields
+   + NameDescription
Public fieldDefaultPlayerPrefab
+ The default prefab to give to players +
Public fieldDontDestroy
+ Gets or sets if the NetworkingManager should be marked as DontDestroyOnLoad +
Public fieldNetworkConfig
+ The current NetworkingConfiguration +
Public fieldOnClientConnectedCallback
+ The callback to invoke once a client connects +
Public fieldOnClientDisconnectCallback
+ The callback to invoke when a client disconnects +
Public fieldOnServerStarted
+ The callback to invoke once the server is ready +
Public fieldRunInBackground
+ Gets or sets if the application should be set to run in background +
Public fieldSpawnablePrefabs
+ A list of spawnable prefabs +
Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm b/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm index 27c651c..d9f65df 100644 --- a/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm +++ b/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm @@ -4,6 +4,6 @@ Is proximity enabled Public fieldparam0Public fieldparam1Public fieldparam2Public fieldparam3Public fieldparam4Public fieldparam5Public fieldProximityRange
The proximity range -
Public fieldSyncVarSyncDelay
+
Public fieldSyncVarSyncDelay
The minimum delay in seconds between SyncedVar sends -
(Inherited from NetworkedBehaviour.)Top
See Also
\ No newline at end of file + (Inherited from NetworkedBehaviour.)Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm b/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm index cfaacc1..b782700 100644 --- a/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm +++ b/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm @@ -8,8 +8,8 @@ Is proximity enabled Public fieldProximityRange
The proximity range -
Public fieldSyncVarSyncDelay
+
Public fieldSyncVarSyncDelay
The minimum delay in seconds between SyncedVar sends -
(Inherited from NetworkedBehaviour.)Public fieldWarpOnDestinationChange
+
(Inherited from NetworkedBehaviour.)Public fieldWarpOnDestinationChange
Should we warp on destination change
Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm b/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm index 8663eb5..19f59ef 100644 --- a/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm +++ b/docs/html/Fields_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm @@ -18,6 +18,6 @@ Sends per second Public fieldSnapDistance
The distance before snaping to the position -
Public fieldSyncVarSyncDelay
+
Public fieldSyncVarSyncDelay
The minimum delay in seconds between SyncedVar sends -
(Inherited from NetworkedBehaviour.)Top
See Also
\ No newline at end of file + (Inherited from NetworkedBehaviour.)Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_NetworkedBehaviour.htm b/docs/html/Fields_T_MLAPI_NetworkedBehaviour.htm deleted file mode 100644 index 573e7c4..0000000 --- a/docs/html/Fields_T_MLAPI_NetworkedBehaviour.htm +++ /dev/null @@ -1,5 +0,0 @@ -NetworkedBehaviour Fields

NetworkedBehaviour Fields

The NetworkedBehaviour type exposes the following members.

Fields
-   - NameDescription
Public fieldSyncVarSyncDelay
- The minimum delay in seconds between SyncedVar sends -
Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_NetworkedObject.htm b/docs/html/Fields_T_MLAPI_NetworkedObject.htm deleted file mode 100644 index 78b1ed5..0000000 --- a/docs/html/Fields_T_MLAPI_NetworkedObject.htm +++ /dev/null @@ -1,5 +0,0 @@ -NetworkedObject Fields

NetworkedObject Fields

The NetworkedObject type exposes the following members.

Fields
-   - NameDescription
Public fieldServerOnly
- Gets or sets if this object should be replicated across the network. Can only be changed before the object is spawned -
Top
See Also
\ No newline at end of file diff --git a/docs/html/Fields_T_MLAPI_NetworkingManager.htm b/docs/html/Fields_T_MLAPI_NetworkingManager.htm deleted file mode 100644 index bcf36c1..0000000 --- a/docs/html/Fields_T_MLAPI_NetworkingManager.htm +++ /dev/null @@ -1,19 +0,0 @@ -NetworkingManager Fields

NetworkingManager Fields

The NetworkingManager type exposes the following members.

Fields
-   - NameDescription
Public fieldDefaultPlayerPrefab
- The default prefab to give to players -
Public fieldDontDestroy
- Gets or sets if the NetworkingManager should be marked as DontDestroyOnLoad -
Public fieldNetworkConfig
- The current NetworkingConfiguration -
Public fieldOnClientConnectedCallback
- The callback to invoke once a client connects -
Public fieldOnClientDisconnectCallback
- The callback to invoke when a client disconnects -
Public fieldOnServerStarted
- The callback to invoke once the server is ready -
Public fieldRunInBackground
- Gets or sets if the application should be set to run in background -
Public fieldSpawnablePrefabs
- A list of spawnable prefabs -
Top
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_DeregisterMessageHandler.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_DeregisterMessageHandler.htm new file mode 100644 index 0000000..d6d013d --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_DeregisterMessageHandler.htm @@ -0,0 +1,10 @@ +NetworkedBehaviour.DeregisterMessageHandler Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_GetNetworkedObject.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_GetNetworkedObject.htm new file mode 100644 index 0000000..8b5847d --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_GetNetworkedObject.htm @@ -0,0 +1,9 @@ +NetworkedBehaviour.GetNetworkedObject Method

NetworkedBehaviourGetNetworkedObject Method

+ Gets the local instance of a object with a given NetworkId +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected NetworkedObject GetNetworkedObject(
+	uint networkId
+)

Parameters

networkId
Type: SystemUInt32

[Missing <param name="networkId"/> documentation for "M:MLAPI.MonoBehaviours.Core.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"]

Return Value

Type: NetworkedObject

[Missing <returns> documentation for "M:MLAPI.MonoBehaviours.Core.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"]

See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_NetworkStart.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_NetworkStart.htm new file mode 100644 index 0000000..bfc47cb --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_NetworkStart.htm @@ -0,0 +1,7 @@ +NetworkedBehaviour.NetworkStart Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnGainedOwnership.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnGainedOwnership.htm new file mode 100644 index 0000000..2508dd8 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnGainedOwnership.htm @@ -0,0 +1,7 @@ +NetworkedBehaviour.OnGainedOwnership Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnLostOwnership.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnLostOwnership.htm new file mode 100644 index 0000000..0584463 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_OnLostOwnership.htm @@ -0,0 +1,7 @@ +NetworkedBehaviour.OnLostOwnership Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_RegisterMessageHandler.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_RegisterMessageHandler.htm new file mode 100644 index 0000000..15e4360 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_RegisterMessageHandler.htm @@ -0,0 +1,10 @@ +NetworkedBehaviour.RegisterMessageHandler Method

NetworkedBehaviourRegisterMessageHandler Method

+ Registers a message handler +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected int RegisterMessageHandler(
+	string name,
+	Action<int, byte[]> action
+)

Parameters

name
Type: SystemString
The MessageType to register
action
Type: SystemActionInt32, Byte
The callback to get invoked whenever a message is received

Return Value

Type: Int32
HandlerId for the messageHandler that can be used to deregister the messageHandler
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClient.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClient.htm new file mode 100644 index 0000000..2ff029e --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClient.htm @@ -0,0 +1,12 @@ +NetworkedBehaviour.SendToClient Method

NetworkedBehaviourSendToClient Method

+ Sends a buffer to a client with a given clientId from Server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClient(
+	int clientId,
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

clientId
Type: SystemInt32
The clientId to send the message to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientTarget.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientTarget.htm new file mode 100644 index 0000000..2f07059 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientTarget.htm @@ -0,0 +1,12 @@ +NetworkedBehaviour.SendToClientTarget Method

NetworkedBehaviourSendToClientTarget Method

+ Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientTarget(
+	int clientId,
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

clientId
Type: SystemInt32
The clientId to send the message to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm new file mode 100644 index 0000000..2cc0dc0 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients.htm @@ -0,0 +1,12 @@ +NetworkedBehaviour.SendToClients Method (List(Int32), String, String, Byte[])

NetworkedBehaviourSendToClients Method (ListInt32, String, String, Byte)

+ Sends a buffer to multiple clients from the server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
+	List<int> clientIds,
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

clientIds
Type: System.Collections.GenericListInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm new file mode 100644 index 0000000..f396310 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget.htm @@ -0,0 +1,12 @@ +NetworkedBehaviour.SendToClientsTarget Method (List(Int32), String, String, Byte[])

NetworkedBehaviourSendToClientsTarget Method (ListInt32, String, String, Byte)

+ Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientsTarget(
+	List<int> clientIds,
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

clientIds
Type: System.Collections.GenericListInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_1.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_1.htm new file mode 100644 index 0000000..94f1d31 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_1.htm @@ -0,0 +1,12 @@ +NetworkedBehaviour.SendToClientsTarget Method (Int32[], String, String, Byte[])

NetworkedBehaviourSendToClientsTarget Method (Int32, String, String, Byte)

+ Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientsTarget(
+	int[] clientIds,
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

clientIds
Type: SystemInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_2.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_2.htm new file mode 100644 index 0000000..3996c60 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClientsTarget_2.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToClientsTarget Method (String, String, Byte[])

NetworkedBehaviourSendToClientsTarget Method (String, String, Byte)

+ Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientsTarget(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_1.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_1.htm new file mode 100644 index 0000000..a63fd24 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_1.htm @@ -0,0 +1,12 @@ +NetworkedBehaviour.SendToClients Method (Int32[], String, String, Byte[])

NetworkedBehaviourSendToClients Method (Int32, String, String, Byte)

+ Sends a buffer to multiple clients from the server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
+	int[] clientIds,
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

clientIds
Type: SystemInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_2.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_2.htm new file mode 100644 index 0000000..8fabfed --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToClients_2.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToClients Method (String, String, Byte[])

NetworkedBehaviourSendToClients Method (String, String, Byte)

+ Sends a buffer to all clients from the server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClient.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClient.htm new file mode 100644 index 0000000..fd71187 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClient.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToLocalClient Method

NetworkedBehaviourSendToLocalClient Method

+ Sends a buffer to the server from client +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToLocalClient(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClientTarget.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClientTarget.htm new file mode 100644 index 0000000..7afd144 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToLocalClientTarget.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToLocalClientTarget Method

NetworkedBehaviourSendToLocalClientTarget Method

+ Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToLocalClientTarget(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClients.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClients.htm new file mode 100644 index 0000000..31869cb --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClients.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToNonLocalClients Method

NetworkedBehaviourSendToNonLocalClients Method

+ Sends a buffer to all clients except to the owner object from the server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToNonLocalClients(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClientsTarget.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClientsTarget.htm new file mode 100644 index 0000000..ca6bf5f --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToNonLocalClientsTarget.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToNonLocalClientsTarget Method

NetworkedBehaviourSendToNonLocalClientsTarget Method

+ Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToNonLocalClientsTarget(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServer.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServer.htm new file mode 100644 index 0000000..3a7f6da --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServer.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToServer Method

NetworkedBehaviourSendToServer Method

+ Sends a buffer to the server from client +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToServer(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServerTarget.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServerTarget.htm new file mode 100644 index 0000000..01dad5d --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour_SendToServerTarget.htm @@ -0,0 +1,11 @@ +NetworkedBehaviour.SendToServerTarget Method

NetworkedBehaviourSendToServerTarget Method

+ Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToServerTarget(
+	string messageType,
+	string channelName,
+	byte[] data
+)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour__ctor.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour__ctor.htm new file mode 100644 index 0000000..8c9f1a1 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedBehaviour__ctor.htm @@ -0,0 +1,5 @@ +NetworkedBehaviour Constructor

NetworkedBehaviour Constructor

Initializes a new instance of the NetworkedBehaviour class

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected NetworkedBehaviour()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_ChangeOwnership.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_ChangeOwnership.htm new file mode 100644 index 0000000..f163960 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_ChangeOwnership.htm @@ -0,0 +1,9 @@ +NetworkedObject.ChangeOwnership Method

NetworkedObjectChangeOwnership Method

+ Changes the owner of the object. Can only be called from server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ChangeOwnership(
+	int newOwnerClientId
+)

Parameters

newOwnerClientId
Type: SystemInt32
The new owner clientId
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_RemoveOwnership.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_RemoveOwnership.htm new file mode 100644 index 0000000..dd134bb --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_RemoveOwnership.htm @@ -0,0 +1,7 @@ +NetworkedObject.RemoveOwnership Method

NetworkedObjectRemoveOwnership Method

+ Removes all ownership of an object from any client. Can only be called from server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveOwnership()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_Spawn.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_Spawn.htm new file mode 100644 index 0000000..ccb26f7 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_Spawn.htm @@ -0,0 +1,7 @@ +NetworkedObject.Spawn Method

NetworkedObjectSpawn Method

+ Spawns this GameObject across the network. Can only be called from the Server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Spawn()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnWithOwnership.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnWithOwnership.htm new file mode 100644 index 0000000..8ff11c6 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject_SpawnWithOwnership.htm @@ -0,0 +1,9 @@ +NetworkedObject.SpawnWithOwnership Method

NetworkedObjectSpawnWithOwnership Method

+ Spawns an object across the network with a given owner. Can only be called from server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SpawnWithOwnership(
+	int clientId
+)

Parameters

clientId
Type: SystemInt32
The clientId to own the object
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject__ctor.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject__ctor.htm new file mode 100644 index 0000000..227ad0c --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkedObject__ctor.htm @@ -0,0 +1,5 @@ +NetworkedObject Constructor

NetworkedObject Constructor

Initializes a new instance of the NetworkedObject class

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkedObject()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartClient.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartClient.htm new file mode 100644 index 0000000..073825f --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartClient.htm @@ -0,0 +1,9 @@ +NetworkingManager.StartClient Method

NetworkingManagerStartClient Method

+ Starts a client with a given NetworkingConfiguration +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartClient(
+	NetworkingConfiguration netConfig
+)

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartHost.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartHost.htm new file mode 100644 index 0000000..0bbe36d --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartHost.htm @@ -0,0 +1,9 @@ +NetworkingManager.StartHost Method

NetworkingManagerStartHost Method

+ Starts a Host with a given NetworkingConfiguration +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartHost(
+	NetworkingConfiguration netConfig
+)

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartServer.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartServer.htm new file mode 100644 index 0000000..9fe393b --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StartServer.htm @@ -0,0 +1,9 @@ +NetworkingManager.StartServer Method

NetworkingManagerStartServer Method

+ Starts a server with a given NetworkingConfiguration +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartServer(
+	NetworkingConfiguration netConfig
+)

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopClient.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopClient.htm new file mode 100644 index 0000000..3900c0f --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopClient.htm @@ -0,0 +1,7 @@ +NetworkingManager.StopClient Method

NetworkingManagerStopClient Method

+ Stops the running client +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StopClient()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopHost.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopHost.htm new file mode 100644 index 0000000..d8ab7af --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopHost.htm @@ -0,0 +1,7 @@ +NetworkingManager.StopHost Method

NetworkingManagerStopHost Method

+ Stops the running host +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StopHost()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopServer.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopServer.htm new file mode 100644 index 0000000..eec6771 --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager_StopServer.htm @@ -0,0 +1,7 @@ +NetworkingManager.StopServer Method

NetworkingManagerStopServer Method

+ Stops the running server +

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StopServer()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager__ctor.htm b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager__ctor.htm new file mode 100644 index 0000000..f540ccb --- /dev/null +++ b/docs/html/M_MLAPI_MonoBehaviours_Core_NetworkingManager__ctor.htm @@ -0,0 +1,5 @@ +NetworkingManager Constructor

NetworkingManager Constructor

Initializes a new instance of the NetworkingManager class

+ Namespace: +  MLAPI.MonoBehaviours.Core
+ Assembly: +  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkingManager()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_DeregisterMessageHandler.htm b/docs/html/M_MLAPI_NetworkedBehaviour_DeregisterMessageHandler.htm deleted file mode 100644 index 525a45c..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_DeregisterMessageHandler.htm +++ /dev/null @@ -1,10 +0,0 @@ -NetworkedBehaviour.DeregisterMessageHandler Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_GetNetworkedObject.htm b/docs/html/M_MLAPI_NetworkedBehaviour_GetNetworkedObject.htm deleted file mode 100644 index 1c1429e..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_GetNetworkedObject.htm +++ /dev/null @@ -1,9 +0,0 @@ -NetworkedBehaviour.GetNetworkedObject Method

NetworkedBehaviourGetNetworkedObject Method

- Gets the local instance of a object with a given NetworkId -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected NetworkedObject GetNetworkedObject(
-	uint networkId
-)

Parameters

networkId
Type: SystemUInt32

[Missing <param name="networkId"/> documentation for "M:MLAPI.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"]

Return Value

Type: NetworkedObject

[Missing <returns> documentation for "M:MLAPI.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"]

See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_NetworkStart.htm b/docs/html/M_MLAPI_NetworkedBehaviour_NetworkStart.htm deleted file mode 100644 index c1ea195..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_NetworkStart.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedBehaviour.NetworkStart Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_OnGainedOwnership.htm b/docs/html/M_MLAPI_NetworkedBehaviour_OnGainedOwnership.htm deleted file mode 100644 index 8258778..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_OnGainedOwnership.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedBehaviour.OnGainedOwnership Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_OnLostOwnership.htm b/docs/html/M_MLAPI_NetworkedBehaviour_OnLostOwnership.htm deleted file mode 100644 index 65c7ed4..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_OnLostOwnership.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedBehaviour.OnLostOwnership Method \ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.htm b/docs/html/M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.htm deleted file mode 100644 index a8bc826..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_RegisterMessageHandler.htm +++ /dev/null @@ -1,10 +0,0 @@ -NetworkedBehaviour.RegisterMessageHandler Method

NetworkedBehaviourRegisterMessageHandler Method

- Registers a message handler -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected int RegisterMessageHandler(
-	string name,
-	Action<int, byte[]> action
-)

Parameters

name
Type: SystemString
The MessageType to register
action
Type: SystemActionInt32, Byte
The callback to get invoked whenever a message is received

Return Value

Type: Int32
HandlerId for the messageHandler that can be used to deregister the messageHandler
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClient.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClient.htm deleted file mode 100644 index 527983e..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClient.htm +++ /dev/null @@ -1,12 +0,0 @@ -NetworkedBehaviour.SendToClient Method

NetworkedBehaviourSendToClient Method

- Sends a buffer to a client with a given clientId from Server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClient(
-	int clientId,
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

clientId
Type: SystemInt32
The clientId to send the message to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientTarget.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientTarget.htm deleted file mode 100644 index 791deb1..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientTarget.htm +++ /dev/null @@ -1,12 +0,0 @@ -NetworkedBehaviour.SendToClientTarget Method

NetworkedBehaviourSendToClientTarget Method

- Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientTarget(
-	int clientId,
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

clientId
Type: SystemInt32
The clientId to send the message to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients.htm deleted file mode 100644 index fca2ce1..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients.htm +++ /dev/null @@ -1,12 +0,0 @@ -NetworkedBehaviour.SendToClients Method (List(Int32), String, String, Byte[])

NetworkedBehaviourSendToClients Method (ListInt32, String, String, Byte)

- Sends a buffer to multiple clients from the server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
-	List<int> clientIds,
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

clientIds
Type: System.Collections.GenericListInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm deleted file mode 100644 index 7be4bdf..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget.htm +++ /dev/null @@ -1,12 +0,0 @@ -NetworkedBehaviour.SendToClientsTarget Method (List(Int32), String, String, Byte[])

NetworkedBehaviourSendToClientsTarget Method (ListInt32, String, String, Byte)

- Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientsTarget(
-	List<int> clientIds,
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

clientIds
Type: System.Collections.GenericListInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.htm deleted file mode 100644 index 581b07f..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_1.htm +++ /dev/null @@ -1,12 +0,0 @@ -NetworkedBehaviour.SendToClientsTarget Method (Int32[], String, String, Byte[])

NetworkedBehaviourSendToClientsTarget Method (Int32, String, String, Byte)

- Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientsTarget(
-	int[] clientIds,
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

clientIds
Type: SystemInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_2.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_2.htm deleted file mode 100644 index f6a218d..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClientsTarget_2.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToClientsTarget Method (String, String, Byte[])

NetworkedBehaviourSendToClientsTarget Method (String, String, Byte)

- Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClientsTarget(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_1.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_1.htm deleted file mode 100644 index 5d0c2cf..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_1.htm +++ /dev/null @@ -1,12 +0,0 @@ -NetworkedBehaviour.SendToClients Method (Int32[], String, String, Byte[])

NetworkedBehaviourSendToClients Method (Int32, String, String, Byte)

- Sends a buffer to multiple clients from the server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
-	int[] clientIds,
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

clientIds
Type: SystemInt32
The clientId's to send to
messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_2.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_2.htm deleted file mode 100644 index 3535539..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToClients_2.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToClients Method (String, String, Byte[])

NetworkedBehaviourSendToClients Method (String, String, Byte)

- Sends a buffer to all clients from the server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToClients(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClient.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClient.htm deleted file mode 100644 index f7179b4..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClient.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToLocalClient Method

NetworkedBehaviourSendToLocalClient Method

- Sends a buffer to the server from client -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToLocalClient(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClientTarget.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClientTarget.htm deleted file mode 100644 index 79d973d..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToLocalClientTarget.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToLocalClientTarget Method

NetworkedBehaviourSendToLocalClientTarget Method

- Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToLocalClientTarget(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClients.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClients.htm deleted file mode 100644 index f59b27a..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClients.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToNonLocalClients Method

NetworkedBehaviourSendToNonLocalClients Method

- Sends a buffer to all clients except to the owner object from the server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToNonLocalClients(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClientsTarget.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClientsTarget.htm deleted file mode 100644 index 41a1259..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToNonLocalClientsTarget.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToNonLocalClientsTarget Method

NetworkedBehaviourSendToNonLocalClientsTarget Method

- Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToNonLocalClientsTarget(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToServer.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToServer.htm deleted file mode 100644 index 112830e..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToServer.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToServer Method

NetworkedBehaviourSendToServer Method

- Sends a buffer to the server from client -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToServer(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour_SendToServerTarget.htm b/docs/html/M_MLAPI_NetworkedBehaviour_SendToServerTarget.htm deleted file mode 100644 index a3b636d..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour_SendToServerTarget.htm +++ /dev/null @@ -1,11 +0,0 @@ -NetworkedBehaviour.SendToServerTarget Method

NetworkedBehaviourSendToServerTarget Method

- Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected void SendToServerTarget(
-	string messageType,
-	string channelName,
-	byte[] data
-)

Parameters

messageType
Type: SystemString
User defined messageType
channelName
Type: SystemString
User defined channelName
data
Type: SystemByte
The binary data to send
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedBehaviour__ctor.htm b/docs/html/M_MLAPI_NetworkedBehaviour__ctor.htm deleted file mode 100644 index 366da36..0000000 --- a/docs/html/M_MLAPI_NetworkedBehaviour__ctor.htm +++ /dev/null @@ -1,5 +0,0 @@ -NetworkedBehaviour Constructor

NetworkedBehaviour Constructor

Initializes a new instance of the NetworkedBehaviour class

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected NetworkedBehaviour()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedObject_ChangeOwnership.htm b/docs/html/M_MLAPI_NetworkedObject_ChangeOwnership.htm deleted file mode 100644 index caa0eda..0000000 --- a/docs/html/M_MLAPI_NetworkedObject_ChangeOwnership.htm +++ /dev/null @@ -1,9 +0,0 @@ -NetworkedObject.ChangeOwnership Method

NetworkedObjectChangeOwnership Method

- Changes the owner of the object. Can only be called from server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ChangeOwnership(
-	int newOwnerClientId
-)

Parameters

newOwnerClientId
Type: SystemInt32
The new owner clientId
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedObject_RemoveOwnership.htm b/docs/html/M_MLAPI_NetworkedObject_RemoveOwnership.htm deleted file mode 100644 index d7e7eb1..0000000 --- a/docs/html/M_MLAPI_NetworkedObject_RemoveOwnership.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedObject.RemoveOwnership Method

NetworkedObjectRemoveOwnership Method

- Removes all ownership of an object from any client. Can only be called from server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveOwnership()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedObject_Spawn.htm b/docs/html/M_MLAPI_NetworkedObject_Spawn.htm deleted file mode 100644 index 36eb866..0000000 --- a/docs/html/M_MLAPI_NetworkedObject_Spawn.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkedObject.Spawn Method

NetworkedObjectSpawn Method

- Spawns this GameObject across the network. Can only be called from the Server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Spawn()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedObject_SpawnWithOwnership.htm b/docs/html/M_MLAPI_NetworkedObject_SpawnWithOwnership.htm deleted file mode 100644 index 25e575d..0000000 --- a/docs/html/M_MLAPI_NetworkedObject_SpawnWithOwnership.htm +++ /dev/null @@ -1,9 +0,0 @@ -NetworkedObject.SpawnWithOwnership Method

NetworkedObjectSpawnWithOwnership Method

- Spawns an object across the network with a given owner. Can only be called from server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SpawnWithOwnership(
-	int clientId
-)

Parameters

clientId
Type: SystemInt32
The clientId to own the object
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkedObject__ctor.htm b/docs/html/M_MLAPI_NetworkedObject__ctor.htm deleted file mode 100644 index ff25571..0000000 --- a/docs/html/M_MLAPI_NetworkedObject__ctor.htm +++ /dev/null @@ -1,5 +0,0 @@ -NetworkedObject Constructor

NetworkedObject Constructor

Initializes a new instance of the NetworkedObject class

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkedObject()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPoolObject.htm b/docs/html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPoolObject.htm index 5c0ec76..6801425 100644 --- a/docs/html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPoolObject.htm +++ b/docs/html/M_MLAPI_NetworkingManagerComponents_NetworkPoolManager_DestroyPoolObject.htm @@ -1,4 +1,4 @@ -NetworkPoolManager.DestroyPoolObject Method

NetworkPoolManagerDestroyPoolObject Method

+NetworkPoolManager.DestroyPoolObject Method

NetworkPoolManagerDestroyPoolObject Method

Destroys a NetworkedObject if it's part of a pool. Use this instead of the MonoBehaviour Destroy method. Can only be called from Server.

Namespace: @@ -6,4 +6,4 @@ Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void DestroyPoolObject(
 	NetworkedObject netObject
-)

Parameters

netObject
Type: MLAPINetworkedObject
The NetworkedObject instance to destroy
See Also
\ No newline at end of file +)

Parameters

netObject
Type: MLAPI.MonoBehaviours.CoreNetworkedObject
The NetworkedObject instance to destroy
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager_StartClient.htm b/docs/html/M_MLAPI_NetworkingManager_StartClient.htm deleted file mode 100644 index 10eca18..0000000 --- a/docs/html/M_MLAPI_NetworkingManager_StartClient.htm +++ /dev/null @@ -1,9 +0,0 @@ -NetworkingManager.StartClient Method

NetworkingManagerStartClient Method

- Starts a client with a given NetworkingConfiguration -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartClient(
-	NetworkingConfiguration netConfig
-)

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager_StartHost.htm b/docs/html/M_MLAPI_NetworkingManager_StartHost.htm deleted file mode 100644 index 871cc27..0000000 --- a/docs/html/M_MLAPI_NetworkingManager_StartHost.htm +++ /dev/null @@ -1,9 +0,0 @@ -NetworkingManager.StartHost Method

NetworkingManagerStartHost Method

- Starts a Host with a given NetworkingConfiguration -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartHost(
-	NetworkingConfiguration netConfig
-)

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager_StartServer.htm b/docs/html/M_MLAPI_NetworkingManager_StartServer.htm deleted file mode 100644 index c48ca12..0000000 --- a/docs/html/M_MLAPI_NetworkingManager_StartServer.htm +++ /dev/null @@ -1,9 +0,0 @@ -NetworkingManager.StartServer Method

NetworkingManagerStartServer Method

- Starts a server with a given NetworkingConfiguration -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StartServer(
-	NetworkingConfiguration netConfig
-)

Parameters

netConfig
Type: MLAPINetworkingConfiguration
The NetworkingConfiguration to use
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager_StopClient.htm b/docs/html/M_MLAPI_NetworkingManager_StopClient.htm deleted file mode 100644 index 095e09d..0000000 --- a/docs/html/M_MLAPI_NetworkingManager_StopClient.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.StopClient Method

NetworkingManagerStopClient Method

- Stops the running client -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StopClient()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager_StopHost.htm b/docs/html/M_MLAPI_NetworkingManager_StopHost.htm deleted file mode 100644 index 3de42ed..0000000 --- a/docs/html/M_MLAPI_NetworkingManager_StopHost.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.StopHost Method

NetworkingManagerStopHost Method

- Stops the running host -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StopHost()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager_StopServer.htm b/docs/html/M_MLAPI_NetworkingManager_StopServer.htm deleted file mode 100644 index bc5a6f5..0000000 --- a/docs/html/M_MLAPI_NetworkingManager_StopServer.htm +++ /dev/null @@ -1,7 +0,0 @@ -NetworkingManager.StopServer Method

NetworkingManagerStopServer Method

- Stops the running server -

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void StopServer()
See Also
\ No newline at end of file diff --git a/docs/html/M_MLAPI_NetworkingManager__ctor.htm b/docs/html/M_MLAPI_NetworkingManager__ctor.htm deleted file mode 100644 index 706d9c4..0000000 --- a/docs/html/M_MLAPI_NetworkingManager__ctor.htm +++ /dev/null @@ -1,5 +0,0 @@ -NetworkingManager Constructor

NetworkingManager Constructor

Initializes a new instance of the NetworkingManager class

- Namespace: -  MLAPI
- Assembly: -  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public NetworkingManager()
See Also
\ No newline at end of file diff --git a/docs/html/Methods_T_MLAPI_NetworkedBehaviour.htm b/docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm similarity index 55% rename from docs/html/Methods_T_MLAPI_NetworkedBehaviour.htm rename to docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm index 20ef0bc..6d6d984 100644 --- a/docs/html/Methods_T_MLAPI_NetworkedBehaviour.htm +++ b/docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedBehaviour.htm @@ -1,43 +1,43 @@ -NetworkedBehaviour Methods

NetworkedBehaviour Methods

The NetworkedBehaviour type exposes the following members.

Methods
+NetworkedBehaviour Methods

NetworkedBehaviour Methods

The NetworkedBehaviour type exposes the following members.

Methods
  - NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
+
NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
Deregisters a given message handler -
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
+
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
Gets the local instance of a object with a given NetworkId -
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
+
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
Gets called when message handlers are ready to be registered and the networking is setup -
Public methodOnGainedOwnership
+
Public methodOnGainedOwnership
Gets called when the local client gains ownership of this object -
Public methodOnLostOwnership
+
Public methodOnLostOwnership
Gets called when we loose ownership of this object -
Protected methodRegisterMessageHandler
+
Protected methodRegisterMessageHandler
Registers a message handler -
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
+
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
Sends a buffer to a client with a given clientId from Server -
Protected methodSendToClients(String, String, Byte)
+
Protected methodSendToClients(String, String, Byte)
Sends a buffer to all clients from the server -
Protected methodSendToClients(ListInt32, String, String, Byte)
+
Protected methodSendToClients(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server -
Protected methodSendToClients(Int32, String, String, Byte)
+
Protected methodSendToClients(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server -
Protected methodSendToClientsTarget(String, String, Byte)
+
Protected methodSendToClientsTarget(String, String, Byte)
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked -
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
+
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
Protected methodSendToClientsTarget(Int32, String, String, Byte)
+
Protected methodSendToClientsTarget(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
Protected methodSendToClientTarget
+
Protected methodSendToClientTarget
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked -
Protected methodSendToLocalClient
+
Protected methodSendToLocalClient
Sends a buffer to the server from client -
Protected methodSendToLocalClientTarget
+
Protected methodSendToLocalClientTarget
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked -
Protected methodSendToNonLocalClients
+
Protected methodSendToNonLocalClients
Sends a buffer to all clients except to the owner object from the server -
Protected methodSendToNonLocalClientsTarget
+
Protected methodSendToNonLocalClientsTarget
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked -
Protected methodSendToServer
+
Protected methodSendToServer
Sends a buffer to the server from client -
Protected methodSendToServerTarget
+
Protected methodSendToServerTarget
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked -
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file +
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file diff --git a/docs/html/Methods_T_MLAPI_NetworkedObject.htm b/docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm similarity index 68% rename from docs/html/Methods_T_MLAPI_NetworkedObject.htm rename to docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm index 0f06032..f0ffc17 100644 --- a/docs/html/Methods_T_MLAPI_NetworkedObject.htm +++ b/docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkedObject.htm @@ -1,11 +1,11 @@ -NetworkedObject Methods

NetworkedObject Methods

The NetworkedObject type exposes the following members.

Methods
+NetworkedObject Methods

NetworkedObject Methods

The NetworkedObject type exposes the following members.

Methods
  - NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodChangeOwnership
+
NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodChangeOwnership
Changes the owner of the object. Can only be called from server -
Public methodCompareTag (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveOwnership
+
Public methodCompareTag (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveOwnership
Removes all ownership of an object from any client. Can only be called from server -
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSpawn
+
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSpawn
Spawns this GameObject across the network. Can only be called from the Server -
Public methodSpawnWithOwnership
+
Public methodSpawnWithOwnership
Spawns an object across the network with a given owner. Can only be called from server -
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file +
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file diff --git a/docs/html/Methods_T_MLAPI_NetworkingManager.htm b/docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm similarity index 67% rename from docs/html/Methods_T_MLAPI_NetworkingManager.htm rename to docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm index 2cd4596..0976e8c 100644 --- a/docs/html/Methods_T_MLAPI_NetworkingManager.htm +++ b/docs/html/Methods_T_MLAPI_MonoBehaviours_Core_NetworkingManager.htm @@ -1,15 +1,15 @@ -NetworkingManager Methods

NetworkingManager Methods

The NetworkingManager type exposes the following members.

Methods
+NetworkingManager Methods

NetworkingManager Methods

The NetworkingManager type exposes the following members.

Methods
  - NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodStartClient
+
NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodStartClient
Starts a client with a given NetworkingConfiguration -
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStartHost
+
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStartHost
Starts a Host with a given NetworkingConfiguration -
Public methodStartServer
+
Public methodStartServer
Starts a server with a given NetworkingConfiguration -
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopClient
+
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopClient
Stops the running client -
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodStopHost
+
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodStopHost
Stops the running host -
Public methodStopServer
+
Public methodStopServer
Stops the running server -
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file +
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file diff --git a/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm b/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm index c196bd0..49aa84d 100644 --- a/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm +++ b/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedAnimator.htm @@ -1,50 +1,50 @@ NetworkedAnimator Methods

NetworkedAnimator Methods

The NetworkedAnimator type exposes the following members.

Methods
  - NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
+
NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
Deregisters a given message handler -
(Inherited from NetworkedBehaviour.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
+
(Inherited from NetworkedBehaviour.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
Gets the local instance of a object with a given NetworkId -
(Inherited from NetworkedBehaviour.)
Public methodGetParameterAutoSend
+
(Inherited from NetworkedBehaviour.)
Public methodGetParameterAutoSend
TODO
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
Registers message handlers -
(Overrides NetworkedBehaviourNetworkStart.)
Public methodOnGainedOwnership
+
(Overrides NetworkedBehaviourNetworkStart.)
Public methodOnGainedOwnership
Gets called when the local client gains ownership of this object -
(Inherited from NetworkedBehaviour.)
Public methodOnLostOwnership
+
(Inherited from NetworkedBehaviour.)
Public methodOnLostOwnership
Gets called when we loose ownership of this object -
(Inherited from NetworkedBehaviour.)
Protected methodRegisterMessageHandler
+
(Inherited from NetworkedBehaviour.)
Protected methodRegisterMessageHandler
Registers a message handler -
(Inherited from NetworkedBehaviour.)
Public methodResetParameterOptions
+
(Inherited from NetworkedBehaviour.)
Public methodResetParameterOptions
TODO -
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
+
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
Sends a buffer to a client with a given clientId from Server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(String, String, Byte)
Sends a buffer to all clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(ListInt32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(Int32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(String, String, Byte)
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(Int32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientTarget
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClient
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClient
Sends a buffer to the server from client -
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClientTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClientTarget
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClients
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClients
Sends a buffer to all clients except to the owner object from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClientsTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClientsTarget
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToServer
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToServer
Sends a buffer to the server from client -
(Inherited from NetworkedBehaviour.)
Protected methodSendToServerTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToServerTarget
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Public methodSetParameterAutoSend
+
(Inherited from NetworkedBehaviour.)
Public methodSetParameterAutoSend
TODO
Public methodSetTrigger(Int32)
TODO diff --git a/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm b/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm index 3b9b415..b854b1b 100644 --- a/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm +++ b/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedNavMeshAgent.htm @@ -1,43 +1,43 @@ NetworkedNavMeshAgent Methods

NetworkedNavMeshAgent Methods

The NetworkedNavMeshAgent type exposes the following members.

Methods
  - NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
+
NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
Deregisters a given message handler -
(Inherited from NetworkedBehaviour.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
+
(Inherited from NetworkedBehaviour.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
Gets the local instance of a object with a given NetworkId -
(Inherited from NetworkedBehaviour.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
+
(Inherited from NetworkedBehaviour.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
Registers message handlers -
(Overrides NetworkedBehaviourNetworkStart.)
Public methodOnGainedOwnership
+
(Overrides NetworkedBehaviourNetworkStart.)
Public methodOnGainedOwnership
Gets called when the local client gains ownership of this object -
(Inherited from NetworkedBehaviour.)
Public methodOnLostOwnership
+
(Inherited from NetworkedBehaviour.)
Public methodOnLostOwnership
Gets called when we loose ownership of this object -
(Inherited from NetworkedBehaviour.)
Protected methodRegisterMessageHandler
+
(Inherited from NetworkedBehaviour.)
Protected methodRegisterMessageHandler
Registers a message handler -
(Inherited from NetworkedBehaviour.)
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
+
(Inherited from NetworkedBehaviour.)
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
Sends a buffer to a client with a given clientId from Server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(String, String, Byte)
Sends a buffer to all clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(ListInt32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(Int32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(String, String, Byte)
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(Int32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientTarget
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClient
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClient
Sends a buffer to the server from client -
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClientTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClientTarget
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClients
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClients
Sends a buffer to all clients except to the owner object from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClientsTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClientsTarget
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToServer
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToServer
Sends a buffer to the server from client -
(Inherited from NetworkedBehaviour.)
Protected methodSendToServerTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToServerTarget
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file +
(Inherited from NetworkedBehaviour.)
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file diff --git a/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm b/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm index 2b6dd87..ab1ed6e 100644 --- a/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm +++ b/docs/html/Methods_T_MLAPI_MonoBehaviours_Prototyping_NetworkedTransform.htm @@ -1,43 +1,43 @@ NetworkedTransform Methods

NetworkedTransform Methods

The NetworkedTransform type exposes the following members.

Methods
  - NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
+
NameDescription
Public methodBroadcastMessage(String) (Inherited from Component.)
Public methodBroadcastMessage(String, Object) (Inherited from Component.)
Public methodBroadcastMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodBroadcastMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodCancelInvoke (Inherited from MonoBehaviour.)
Public methodCancelInvoke(String) (Inherited from MonoBehaviour.)
Public methodCompareTag (Inherited from Component.)
Protected methodDeregisterMessageHandler
Deregisters a given message handler -
(Inherited from NetworkedBehaviour.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
+
(Inherited from NetworkedBehaviour.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponent(Type) (Inherited from Component.)
Public methodGetComponent(String) (Inherited from Component.)
Public methodGetComponent``1 (Inherited from Component.)
Public methodGetComponentInChildren(Type) (Inherited from Component.)
Public methodGetComponentInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentInChildren``1 (Inherited from Component.)
Public methodGetComponentInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentInParent(Type) (Inherited from Component.)
Public methodGetComponentInParent``1 (Inherited from Component.)
Public methodGetComponents(Type) (Inherited from Component.)
Public methodGetComponents(Type, ListComponent) (Inherited from Component.)
Public methodGetComponents``1 (Inherited from Component.)
Public methodGetComponents``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren(Type) (Inherited from Component.)
Public methodGetComponentsInChildren(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1 (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInChildren``1(ListUMP) (Inherited from Component.)
Public methodGetComponentsInChildren``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetComponentsInParent(Type) (Inherited from Component.)
Public methodGetComponentsInParent(Type, Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1 (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean) (Inherited from Component.)
Public methodGetComponentsInParent``1(Boolean, ListUMP) (Inherited from Component.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID (Inherited from Object.)
Protected methodGetNetworkedObject
Gets the local instance of a object with a given NetworkId -
(Inherited from NetworkedBehaviour.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
+
(Inherited from NetworkedBehaviour.)
Public methodGetType (Inherited from Object.)
Public methodInvoke (Inherited from MonoBehaviour.)
Public methodInvokeRepeating (Inherited from MonoBehaviour.)
Public methodIsInvoking (Inherited from MonoBehaviour.)
Public methodIsInvoking(String) (Inherited from MonoBehaviour.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNetworkStart
Registers message handlers -
(Overrides NetworkedBehaviourNetworkStart.)
Public methodOnGainedOwnership
+
(Overrides NetworkedBehaviourNetworkStart.)
Public methodOnGainedOwnership
Gets called when the local client gains ownership of this object -
(Inherited from NetworkedBehaviour.)
Public methodOnLostOwnership
+
(Inherited from NetworkedBehaviour.)
Public methodOnLostOwnership
Gets called when we loose ownership of this object -
(Inherited from NetworkedBehaviour.)
Protected methodRegisterMessageHandler
+
(Inherited from NetworkedBehaviour.)
Protected methodRegisterMessageHandler
Registers a message handler -
(Inherited from NetworkedBehaviour.)
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
+
(Inherited from NetworkedBehaviour.)
Public methodSendMessage(String) (Inherited from Component.)
Public methodSendMessage(String, Object) (Inherited from Component.)
Public methodSendMessage(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessage(String, Object, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object) (Inherited from Component.)
Public methodSendMessageUpwards(String, SendMessageOptions) (Inherited from Component.)
Public methodSendMessageUpwards(String, Object, SendMessageOptions) (Inherited from Component.)
Protected methodSendToClient
Sends a buffer to a client with a given clientId from Server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(String, String, Byte)
Sends a buffer to all clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(ListInt32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(Int32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClients(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(String, String, Byte)
Sends a buffer to all clients from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(ListInt32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(Int32, String, String, Byte)
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientsTarget(Int32, String, String, Byte)
Sends a buffer to multiple clients from the server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToClientTarget
Sends a buffer to a client with a given clientId from Server. Only handlers on this NetworkedBehaviour gets invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClient
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClient
Sends a buffer to the server from client -
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClientTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToLocalClientTarget
Sends a buffer to the client that owns this object from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClients
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClients
Sends a buffer to all clients except to the owner object from the server -
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClientsTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToNonLocalClientsTarget
Sends a buffer to all clients except to the owner object from the server. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Protected methodSendToServer
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToServer
Sends a buffer to the server from client -
(Inherited from NetworkedBehaviour.)
Protected methodSendToServerTarget
+
(Inherited from NetworkedBehaviour.)
Protected methodSendToServerTarget
Sends a buffer to the server from client. Only handlers on this NetworkedBehaviour will get invoked -
(Inherited from NetworkedBehaviour.)
Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)
Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)
Public methodStopAllCoroutines (Inherited from MonoBehaviour.)
Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)
Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)
Public methodToString (Inherited from Object.)
Top
See Also
\ No newline at end of file + (Inherited from NetworkedBehaviour.)Public methodStartCoroutine(IEnumerator) (Inherited from MonoBehaviour.)Public methodStartCoroutine(String) (Inherited from MonoBehaviour.)Public methodStartCoroutine(String, Object) (Inherited from MonoBehaviour.)Public methodStartCoroutine_Auto Obsolete. (Inherited from MonoBehaviour.)Public methodStopAllCoroutines (Inherited from MonoBehaviour.)Public methodStopCoroutine(String) (Inherited from MonoBehaviour.)Public methodStopCoroutine(IEnumerator) (Inherited from MonoBehaviour.)Public methodStopCoroutine(Coroutine) (Inherited from MonoBehaviour.)Public methodToString (Inherited from Object.)Top
See Also
\ No newline at end of file diff --git a/docs/html/N_MLAPI.htm b/docs/html/N_MLAPI.htm index 543a870..607cd91 100644 --- a/docs/html/N_MLAPI.htm +++ b/docs/html/N_MLAPI.htm @@ -1,15 +1,9 @@ -MLAPI Namespace

MLAPI Namespace

 
Classes
+MLAPI Namespace

MLAPI Namespace

 
Classes
  - ClassDescription
Public classNetworkedBehaviour
- The base class to override to write networked code. Inherits MonoBehaviour -
Public classNetworkedClient
+
ClassDescription
Public classNetworkedClient
A NetworkedClient -
Public classNetworkedObject
- A component used to identify that a GameObject is networked
Public classNetworkingConfiguration
The configuration object used to start server, client and hosts -
Public classNetworkingManager
- The main component of the library