허드 정보 가져오기
getHud
function getHud(p: entity, id: string):: entitygetHuds
function getHuds(p: entity, ids: strings):: entitiesgetAllHuds
function getAllHuds(p: entity, id: boolean=false):: objectsid: true라면 허드의 id들(strings)를 리턴합니다. 아니라면 허드들(displays)를 리턴합니다
getHudScale
function getHudScale(p: entity, id: string):: vector
function getHudScale(e: entity):: vectorgetHudLocation
function getHudLocation(p: entity, id: string):: vector
function getHudLocation(e: entity):: vectorgetHudText
line: 특정 줄의 텍스트만 리턴합니다, 비워져있으면 모든 줄의 텍스트를 리턴합니다
metadata
Last updated