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) |