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

add_item#

todo: docstring

class acore_soap.gm.add_item.AddItemResponse[source]#

Parse the response message of .additem ... command.

classmethod from_soap_response(res: SOAPResponse)[source]#

Parse from soap response.

class acore_soap.gm.add_item.AddItemRequest(player: str, item_id: int, count: int = 1)[source]#

todo: docstring

to_command() → str[source]#

Build the GM command.

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

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