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` sendMessageToAll
::: g2o.functions.chat.sendMessageToAll

View File

@@ -0,0 +1,2 @@
# `function` sendMessageToPlayer
::: g2o.functions.chat.sendMessageToPlayer

View File

@@ -0,0 +1,2 @@
# `function` sendPlayerMessageToAll
::: g2o.functions.chat.sendPlayerMessageToAll

View File

@@ -0,0 +1,2 @@
# `function` sendPlayerMessageToPlayer
::: g2o.functions.chat.sendPlayerMessageToPlayer

View File

@@ -0,0 +1,2 @@
# `function` addEvent
::: g2o.functions.event.addEvent

View File

@@ -0,0 +1,2 @@
# `function` callEvent
::: g2o.functions.event.callEvent

View File

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

View File

@@ -0,0 +1,2 @@
# `function` removeEvent
::: g2o.functions.event.removeEvent

View File

@@ -0,0 +1,2 @@
# `function` removeEventHandler
::: g2o.functions.event.removeEventHandler

View File

@@ -0,0 +1,2 @@
# `function` toggleEvent
::: g2o.functions.event.toggleEvent

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

View File

@@ -0,0 +1,2 @@
# `function` clearNpcActions
::: g2o.functions.npc.clearNpcActions

View File

@@ -0,0 +1,2 @@
# `function` createNpc
::: g2o.functions.npc.createNpc

View File

@@ -0,0 +1,2 @@
# `function` destroyNpc
::: g2o.functions.npc.destroyNpc

View File

@@ -0,0 +1,2 @@
# `function` getNpcAction
::: g2o.functions.npc.getNpcAction

View File

@@ -0,0 +1,2 @@
# `function` getNpcActions
::: g2o.functions.npc.getNpcActions

View File

@@ -0,0 +1,2 @@
# `function` getNpcActionsCount
::: g2o.functions.npc.getNpcActionsCount

View File

@@ -0,0 +1,2 @@
# `function` getNpcHostPlayer
::: g2o.functions.npc.getNpcHostPlayer

View File

@@ -0,0 +1,2 @@
# `function` getNpcLastActionId
::: g2o.functions.npc.getNpcLastActionId

View File

@@ -0,0 +1,2 @@
# `function` isNpc
::: g2o.functions.npc.isNpc

View File

@@ -0,0 +1,2 @@
# `function` isNpcActionFinished
::: g2o.functions.npc.isNpcActionFinished

View File

@@ -0,0 +1,2 @@
# `function` npcAttackMelee
::: g2o.functions.npc.npcAttackMelee

View File

@@ -0,0 +1,2 @@
# `function` npcAttackRanged
::: g2o.functions.npc.npcAttackRanged

View File

@@ -0,0 +1,2 @@
# `function` npcSpellCast
::: g2o.functions.npc.npcSpellCast

View File

@@ -0,0 +1,2 @@
# `function` npcUseClosestMob
::: g2o.functions.npc.npcUseClosestMob

View File

@@ -0,0 +1,2 @@
# `function` setNpcHostPlayer
::: g2o.functions.npc.setNpcHostPlayer

View File

@@ -0,0 +1,2 @@
#`function` addBan
::: g2o.functions.player.addBan

View File

@@ -0,0 +1,2 @@
#`function` applyPlayerOverlay
::: g2o.functions.player.applyPlayerOverlay

View File

@@ -0,0 +1,2 @@
#`function` ban
::: g2o.functions.player.ban

View File

@@ -0,0 +1,2 @@
#`function` drawWeapon
::: g2o.functions.player.drawWeapon

View File

@@ -0,0 +1,2 @@
#`function` equipItem
::: g2o.functions.player.equipItem

View File

@@ -0,0 +1,2 @@
#`function` getPlayerAmulet
::: g2o.functions.player.getPlayerAmulet

View File

@@ -0,0 +1,2 @@
#`function` getPlayerAngle
::: g2o.functions.player.getPlayerAngle

View File

@@ -0,0 +1,2 @@
#`function` getPlayerAni
::: g2o.functions.player.getPlayerAni

View File

@@ -0,0 +1,2 @@
#`function` getPlayerArmor
::: g2o.functions.player.getPlayerArmor

View File

@@ -0,0 +1,2 @@
#`function` getPlayerAtVector
::: g2o.functions.player.getPlayerAtVector

View File

@@ -0,0 +1,2 @@
#`function` getPlayerBelt
::: g2o.functions.player.getPlayerBelt

View File

@@ -0,0 +1,2 @@
#`function` getPlayerCameraPosition
::: g2o.functions.player.getPlayerCameraPosition

View File

@@ -0,0 +1,2 @@
#`function` getPlayerCollision
::: g2o.functions.player.getPlayerCollision

View File

@@ -0,0 +1,2 @@
#`function` getPlayerColor
::: g2o.functions.player.getPlayerColor

View File

@@ -0,0 +1,2 @@
#`function` getPlayerContext
::: g2o.functions.player.getPlayerContext

View File

@@ -0,0 +1,2 @@
#`function` getPlayerDexterity
::: g2o.functions.player.getPlayerDexterity

View File

@@ -0,0 +1,2 @@
#`function` getPlayerFaceAnis
::: g2o.functions.player.getPlayerFaceAnis

View File

@@ -0,0 +1,2 @@
#`function` getPlayerFatness
::: g2o.functions.player.getPlayerFatness

View File

@@ -0,0 +1,2 @@
#`function` getPlayerFocus
::: g2o.functions.player.getPlayerFocus

View File

@@ -0,0 +1,2 @@
#`function` getPlayerHealth
::: g2o.functions.player.getPlayerHealth

View File

@@ -0,0 +1,2 @@
#`function` getPlayerHelmet
::: g2o.functions.player.getPlayerHelmet

View File

@@ -0,0 +1,2 @@
#`function` getPlayerIP
::: g2o.functions.player.getPlayerIP

View File

@@ -0,0 +1,2 @@
#`function` getPlayerInstance
::: g2o.functions.player.getPlayerInstance

View File

@@ -0,0 +1,2 @@
#`function` getPlayerInvisible
::: g2o.functions.player.getPlayerInvisible

View File

@@ -0,0 +1,2 @@
#`function` getPlayerMacAddr
::: g2o.functions.player.getPlayerMacAddr

View File

@@ -0,0 +1,2 @@
#`function` getPlayerMana
::: g2o.functions.player.getPlayerMana

View File

@@ -0,0 +1,2 @@
#`function` getPlayerMaxHealth
::: g2o.functions.player.getPlayerMaxHealth

View File

@@ -0,0 +1,2 @@
#`function` getPlayerMaxMana
::: g2o.functions.player.getPlayerMaxMana

View File

@@ -0,0 +1,2 @@
#`function` getPlayerMeleeWeapon
::: g2o.functions.player.getPlayerMeleeWeapon

View File

@@ -0,0 +1,2 @@
#`function` getPlayerName
::: g2o.functions.player.getPlayerName

View File

@@ -0,0 +1,2 @@
#`function` getPlayerPing
::: g2o.functions.player.getPlayerPing

View File

@@ -0,0 +1,2 @@
#`function` getPlayerPosition
::: g2o.functions.player.getPlayerPosition

View File

@@ -0,0 +1,2 @@
#`function` getPlayerRangedWeapon
::: g2o.functions.player.getPlayerRangedWeapon

View File

@@ -0,0 +1,2 @@
#`function` getPlayerRespawnTime
::: g2o.functions.player.getPlayerRespawnTime

View File

@@ -0,0 +1,2 @@
#`function` getPlayerRing
::: g2o.functions.player.getPlayerRing

View File

@@ -0,0 +1,2 @@
#`function` getPlayerScale
::: g2o.functions.player.getPlayerScale

View File

@@ -0,0 +1,2 @@
#`function` getPlayerSerial
::: g2o.functions.player.getPlayerSerial

View File

@@ -0,0 +1,2 @@
#`function` getPlayerShield
::: g2o.functions.player.getPlayerShield

View File

@@ -0,0 +1,2 @@
#`function` getPlayerSkillWeapon
::: g2o.functions.player.getPlayerSkillWeapon

View File

@@ -0,0 +1,2 @@
#`function` getPlayerSpell
::: g2o.functions.player.getPlayerSpell

View File

@@ -0,0 +1,2 @@
#`function` getPlayerStrength
::: g2o.functions.player.getPlayerStrength

View File

@@ -0,0 +1,2 @@
#`function` getPlayerTalent
::: g2o.functions.player.getPlayerTalent

View File

@@ -0,0 +1,2 @@
#`function` getPlayerVirtualWorld
::: g2o.functions.player.getPlayerVirtualWorld

View File

@@ -0,0 +1,2 @@
#`function` getPlayerVisual
::: g2o.functions.player.getPlayerVisual

View File

@@ -0,0 +1,2 @@
#`function` getPlayerWeaponMode
::: g2o.functions.player.getPlayerWeaponMode

View File

@@ -0,0 +1,2 @@
#`function` getPlayerWorld
::: g2o.functions.player.getPlayerWorld

View File

@@ -0,0 +1,2 @@
#`function` giveItem
::: g2o.functions.player.giveItem

View File

@@ -0,0 +1,2 @@
#`function` hitPlayer
::: g2o.functions.player.hitPlayer

View File

@@ -0,0 +1,2 @@
#`function` isPlayerConnected
::: g2o.functions.player.isPlayerConnected

View File

@@ -0,0 +1,2 @@
#`function` isPlayerDead
::: g2o.functions.player.isPlayerDead

View File

@@ -0,0 +1,2 @@
#`function` isPlayerSpawned
::: g2o.functions.player.isPlayerSpawned

View File

@@ -0,0 +1,2 @@
#`function` isPlayerUnconscious
::: g2o.functions.player.isPlayerUnconscious

View File

@@ -0,0 +1,2 @@
#`function` kick
::: g2o.functions.player.kick

View File

@@ -0,0 +1,2 @@
#`function` playAni
::: g2o.functions.player.playAni

View File

@@ -0,0 +1,2 @@
#`function` playFaceAni
::: g2o.functions.player.playFaceAni

View File

@@ -0,0 +1,2 @@
#`function` readySpell
::: g2o.functions.player.readySpell

View File

@@ -0,0 +1,2 @@
#`function` removeItem
::: g2o.functions.player.removeItem

View File

@@ -0,0 +1,2 @@
#`function` removePlayerOverlay
::: g2o.functions.player.removePlayerOverlay

View File

@@ -0,0 +1,2 @@
#`function` removeWeapon
::: g2o.functions.player.removeWeapon

View File

@@ -0,0 +1,2 @@
#`function` setPlayerAngle
::: g2o.functions.player.setPlayerAngle

View File

@@ -0,0 +1,2 @@
#`function` setPlayerCollision
::: g2o.functions.player.setPlayerCollision

View File

@@ -0,0 +1,2 @@
#`function` setPlayerColor
::: g2o.functions.player.setPlayerColor

Some files were not shown because too many files have changed in this diff Show More