feat: Added python binding to all functions

+ added docs to all functions
This commit is contained in:
AURUMVORXX
2024-11-09 20:16:25 +03:00
parent c561368b4f
commit ae0889e927
162 changed files with 2725 additions and 51 deletions

View File

@@ -0,0 +1,2 @@
# `function` exit
::: g2o.functions.game.exit

View File

@@ -0,0 +1,2 @@
# `function` getDayLength
::: g2o.functions.game.getDayLength

View File

@@ -0,0 +1,2 @@
# `function` getHostname
::: g2o.functions.game.getHostname

View File

@@ -0,0 +1,2 @@
# `function` getMaxSlots
::: g2o.functions.game.getMaxSlots

View File

@@ -0,0 +1,2 @@
# `function` getPlayersCount
::: g2o.functions.game.getPlayersCount

View File

@@ -0,0 +1,2 @@
# `function` getServerDescription
::: g2o.functions.game.getServerDescription

View File

@@ -0,0 +1,2 @@
# `function` getServerWorld
::: g2o.functions.game.getServerWorld

View File

@@ -0,0 +1,2 @@
# `function` getTime
::: g2o.functions.game.getTime

View File

@@ -0,0 +1,2 @@
# `function` serverLog
::: g2o.functions.game.serverLog

View File

@@ -0,0 +1,2 @@
# `function` setDayLength
::: g2o.functions.game.setDayLength

View File

@@ -0,0 +1,2 @@
# `function` setServerDescription
::: g2o.functions.game.setServerDescription

View File

@@ -0,0 +1,2 @@
# `function` setServerWorld
::: g2o.functions.game.setServerWorld

View File

@@ -0,0 +1,2 @@
# `function` setTime
::: g2o.functions.game.setTime