Random Locations
TheTinman
Member Posts: 74
What does the number 360 stand for in this line?
float fRandomSpawnPoints = IntToFloat(Random(360));
0
Comments
Without context, it's anyone's guess why 360 rather than some other number. Perhaps it's a random bearing (360 degrees in a circle) which, combined with a random distance, would give a random location relative to a fixed point?
But, again like Proleric says, we'd need context to confirm exactly what it's being used for.