Getting Entity Information
Calling rust_socket.get_entity_info(entity_id: int)
will return a RustEntityInfo
object with the following data:
The entity type is an integer value which corresponds to these values:
Setting Entity Information
Calling rust_socket.set_entity_value(entity_id: int, value: bool)
will set the value of the entity with the given ID to the given value.
Last updated