game_rules#
get_prop#
Returns specified game_rule prop
| Fields | Description |
|---|---|
prop_namestring |
networked prop name |
array_indexint |
[optional] array index to use if the prop is an array |
Example
set_prop#
Sets a specified game_rule prop
| Fields | Description |
|---|---|
prop_namestring |
networked prop name |
valueany |
value to set the prop to |
array_indexany |
[optional] array index to use if the prop is an array |