Is A
Description
Returns true or false based on whether or not an object is of the given class, or a class inherited from it.
Available to
Inputs
Object (Object)
You give the path to an object.
Class (String)
You give the name of a class you want to check.
Outputs
Result (Bool)
You give the block the variable you want the result to be saved to.
Last updated