IsFloatNearlyZero
From Onset Developer Wiki
Description
Checks if a float value is nearly zero.
Syntax
IsFloatNearlyZero(Value)
Parameters
- Value
The float value
Return Value
- Returns true if success.
Example
if IsFloatNearlyZero(GetPlayerHealth()) then
AddPlayerChat("You are about to die")
end