File size: 489 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
-- 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 |