mirror of
https://codeberg.org/Nixietab/EOSSDK-Holos.git
synced 2026-08-21 20:23:28 -04:00
More complete working multiplayer
This commit is contained in:
parent
0c1615c037
commit
6a1172c3a7
4 changed files with 489495 additions and 161 deletions
11
gen_def.py
11
gen_def.py
|
|
@ -111,6 +111,17 @@ def main():
|
|||
"EOS_Lobby_ParseConnectString",
|
||||
"EOS_Platform_GetActiveCountryCode",
|
||||
"EOS_Platform_GetActiveLocaleCode",
|
||||
"EOS_Connect_RemoveNotifyLoginStatusChanged",
|
||||
"EOS_Connect_GetLoginStatus",
|
||||
"EOS_Connect_AddNotifyLoginStatusChanged",
|
||||
"EOS_Auth_GetLoginStatus",
|
||||
"EOS_Lobby_JoinLobbyById",
|
||||
"EOS_Logging_SetCallback",
|
||||
"EOS_Logging_SetLogLevel",
|
||||
"EOS_PlayerDataStorage_QueryFile",
|
||||
"EOS_Sanctions_QueryActivePlayerSanctions",
|
||||
"EOS_Sanctions_GetPlayerSanctionCount",
|
||||
"EOS_Sanctions_CopyPlayerSanctionByIndex",
|
||||
]
|
||||
|
||||
with open('proxy.def', 'w') as out:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue