Skip to main content
Skip table of contents

get_collision_sensitivity()

기능

현재 안전 설정 파라미터 중 충돌 민감도 값을 반환 합니다.

인수

없음

리턴

자료형설명

ret

float

충돌 민감도 정보(0~100)

클래스

없음

예제

PY
def print_tp(s):
    tp_log(str(s))

ret = get_collision_sensitivity()

### collision sensitivity
print_tp(ret) 

관련 명령어

  • 없음
JavaScript errors detected

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

If this problem persists, please contact our support.