Retrieves a float value from an entity's property. This function is considered safer and more robust over GetEntDataFloat, because it performs strict offset checking and typing rules.
native float GetEntPropFloat(int entity, PropType type, const char[] prop, int element = 0)