Personal tools

Lua/Shared/Functions/IsNaN

From JC2-MP Documentation

< Lua‎ | Shared
Jump to: navigation, search

Returns    boolean
Prototype    IsNaN(object)
Description    Return true if the object is NaN


Notes

  • Works on numbers or anything with an IsNaN member function.