player_simulation_property_string_req Struct Reference
#include <player.h>
Detailed Description
Request/reply: get/set string property of a named simulation object.Behaves identically to the integer version, but for strings.
Public Attributes | |
| uint32_t | name_count |
| Length of name. | |
| char | name [PLAYER_SIMULATION_IDENTIFIER_MAXLEN] |
| The identifier of the object we want to locate. | |
| uint32_t | prop_count |
| Length of property identifier. | |
| char | prop [PLAYER_SIMULATION_IDENTIFIER_MAXLEN] |
| The identifier of the property we want to get/set. | |
| uint32_t | value_count |
| Length of the data string. | |
| char | value [PLAYER_SIMULATION_IDENTIFIER_MAXLEN] |
| The data string. | |
The documentation for this struct was generated from the following file:
