docs: Updated docs for 2.0.0 version

This commit is contained in:
AURUMVORXX
2025-04-15 13:13:31 +03:00
parent 988f901dc8
commit 7ff72c7887
347 changed files with 530 additions and 700 deletions

View File

@@ -0,0 +1,2 @@
# `function` sendMessageToAll
::: src.pyg2o.functions.chat.sendMessageToAll

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,2 @@
#`function` getPlayerUID
::: src.pyg2o.functions.player.getPlayerUID

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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