-- 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 |