player_resource#
get_prop#
Returns prop from CCSPlayerResource
| Fields | Description |
|---|---|
prop_namefunction |
CCSPlayerResource prop name |
array_indexint |
[optional] array index to use if the prop is an array |
Example
set_prop#
Sets a prop from CCSPlayerResource
| Fields | Description |
|---|---|
prop_namefunction |
CCSPlayerResource prop name |
valueany |
value to set the prop to |
array_indexany |
[optional] array index to use if the prop is an array |