Features
Returns the currently set user coordinate system information.
Return
|
Value |
Data Types |
Description |
|---|---|---|
|
ret |
class.config_user_coordinate |
All user coordinate system information |
Class
class.config_user_coordinate
|
||
|
Field |
Data Types |
Description |
|---|---|---|
|
obj |
list |
Object information for that class |
|
target_ref |
int |
Reference Coordinate System base : 0 world : 2 |
|
target_pos |
float[6] |
Target coordinates |
|
user_id |
int |
User id |
Example
Python
ret = get_user_coord()
print(ret.target_ref)
print(ret.user_id)