Contents Menu Expand Light mode Dark mode Auto light/dark mode
acore_soap 0.2.1 documentation
Logo
acore_soap 0.2.1 documentation
  • Run GM Command in Game Server Console Remotely
  • Soap Request and Response
  • GM Command Request and Response
Back to top
Edit this page

base#

Common utilities.

class acore_soap.gm.base.GMCommandRequest[source]#

todo: docstring

to_command() → str[source]#

Build the GM command.

See all GM commands at https://www.azerothcore.org/wiki/gm-commands

class acore_soap.gm.base.GMCommandResponse[source]#

todo: docstring

classmethod from_soap_response(res: SOAPResponse)[source]#

Parse from soap response.

Copyright © 2024, Sanhe Hu
Made with Sphinx and @pradyunsg's Furo
On this page
  • base
    • GMCommandRequest
      • GMCommandRequest.to_command()
    • GMCommandResponse
      • GMCommandResponse.from_soap_response()