My question is...
var/variable = 3.402823e38 // float.MaxValue in C#.
Will this go through properly? I know at a certain point DM just says, "Go to hell!" and turns the number in to infinity.
I just need a quick answer while I continue to work on this path finding library.
Infinity can be pretty useful as an initial value for checking for a minimum value, though.