-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #481 Closes #482 Closes #488 Closes #491 Closes #510 Closes #511 Closes #518 Closes #521 Closes #522 Closes #524 Closes #528 Closes #529 Closes #530 Closes #533 Closes #536 Closes #541 Closes #542 Closes #543 Closes #545 Closes #547 Closes #548 Closes #552 Closes #554
- Loading branch information
1 parent
ad40857
commit 4e48fd0
Showing
44 changed files
with
310 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
ns: NETWORK | ||
aliases: ["0xCF8BD3B0BD6D42D7","_NETWORK_FORCE_LOCAL_USE_OF_SYNCED_SCENE_CAMERA"] | ||
--- | ||
## NETWORK_ADD_SYNCHRONISED_SCENE_CAMERA | ||
|
||
```c | ||
// 0xCF8BD3B0BD6D42D7 0xBFFE8B5C | ||
void NETWORK_ADD_SYNCHRONISED_SCENE_CAMERA(int netScene, char* animDict, char* animName); | ||
``` | ||
## Parameters | ||
* **netScene**: | ||
* **animDict**: | ||
* **animName**: | ||
19 changes: 0 additions & 19 deletions
19
NETWORK/NetworkConvertSynchronisedSceneToSynchronizedScene.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
ns: NETWORK | ||
aliases: ["0x02C40BF885C567B6","_NETWORK_UNLINK_NETWORKED_SYNCHRONISED_SCENE","_NETWORK_CONVERT_SYNCHRONISED_SCENE_TO_SYNCHRONIZED_SCENE"] | ||
--- | ||
## NETWORK_GET_LOCAL_SCENE_FROM_NETWORK_ID | ||
|
||
```c | ||
// 0x02C40BF885C567B6 0x16AED87B | ||
int NETWORK_GET_LOCAL_SCENE_FROM_NETWORK_ID(int netId); | ||
``` | ||
## Parameters | ||
* **netId**: | ||
## Return value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
ns: NETWORK | ||
aliases: ["0xCAE55F48D3D7875C"] | ||
--- | ||
## NETWORK_SESSION_ADD_ACTIVE_MATCHMAKING_GROUP | ||
|
||
```c | ||
// 0xCAE55F48D3D7875C 0x5BE529F7 | ||
void NETWORK_SESSION_ADD_ACTIVE_MATCHMAKING_GROUP(int groupId); | ||
``` | ||
## Parameters | ||
* **groupId**: An identifier value between zero and four | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.