Skip to main content
Skip table of contents

get_user_coord()

기능 

현재 설정된 사용자 좌표계 정보를 반환합니다.

인수

없음

리턴

자료형

설명

ret

class.config_user_coordinate

모든 사용자 좌표계 정보

클래스

class.config_user_coordinate

Field

자료형

설명

obj

list

해당 클래스의 object 정보

target_ref

int

참조 좌표계

base : 0

world : 2

target_pos

float[6]

목표 좌표

user_id

int

사용자 id

예제

PY
ret = get_user_coord()
print(ret.target_ref)
print(ret.user_id)

관련 명령어

  • 없음
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.