Scripting

Search The Documentation:

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

notNull

Platform Compatibility

PC Mac OSX Oculus Quest
X X X

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

Parameters:

  • value

returns a Boolean (true or false) value

Example:

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

How can we help?