Scripting

Search The Documentation:

  1. Home
  2. Docs
  3. Scripting
  4. Math
  5. isNull

isNull

Platform Compatibility

PC Mac OSX Oculus Quest
X X X

Check if any given type of value from a function is null (eg: empty string, number is -1) for easy IF statements

Parameters:

  • value

returns a Boolean (true or false) value

Example:

1
obj.isNull(value)
Tags
Was this article helpful to you? Yes No

How can we help?