Editing CfgBuildingPos.hpp

Anyone got information on how the LootPos coordinates work in this file?

Example:

Code:
class Misc_TyreHeap: Industrial {
        lootPos[] = {{0.46,-0.2,0.24}};   
        maxRoaming = 0;
        lootChance = 0.3;
};

Is there a tool or documentation on what these 3 positions are or referenced to?

Ta.
 
Back
Top