sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame contribute delete
489 Bytes
-- File created to fill the Hearald's auto-complete list.
function EncodeVoxelPos(x, y, z)
end
function DecodeVoxelPos(pos)
end
function SnapToVoxel(x, y, z)
end
function ForEachVoxelInBox2D(box, func, ...)
end
function EnumVolumes(class, area, sync, smallest, filter, ...)
end
function GetClosestVolume(pos, max_dist, volumes, efAnd)
end
function GetDistToVolumeSqr(pos, volume)
end
function IsPointInVolume(volume, pos)
end
function ForEachVolumeVoxel(volume, callback, ...)
end