Skip to content

Generic Functions


Get Character Name

  • Description: Retrieves the current character name.
  • Endpoint: /api/v1/get/
  • Type of Argument: None
  • JSON Example:
    {"command": "get_character_name"}
    

Get Language

  • Description: Retrieves the current language setting.
  • Endpoint: /api/v1/get/
  • Type of Argument: None
  • JSON Example:
    {"command": "get_language"}
    

Get Publishers

  • Description: Get the list of available publishers.
  • Endpoint: /api/v1/get/
  • Type of Argument: None
  • JSON Example:
    {"command": "get_publishers"}
    

Exit arms collision

  • Description: Exit a collision state of the arms.
  • Endpoint: /api/v1/get/
  • Type of Argument: None
  • JSON Example:
    {"command": "exit_arms_collision"}