-
Notifications
You must be signed in to change notification settings - Fork 30
有用的转换
Cook Green edited this page Dec 18, 2019
·
2 revisions
CPos cpos = actor.World.Map.CellContaining(wpos)
WPos wpos = actor.World.Map.CenterOfCell(cpos)
Target target = Target.FromPos(wpos)
WPos wpos = Target.CenterPosition
WDist wdist = WDist.FromCells(intvalue)
int intvalue = wdist.length / 1024