Instance Of (Condition) — ClassySK

Addon: ClassySK · Category: Condition · Since: 1.0.0

Syntax

%classinstance% is [a[n]] instance of <[A-Z]\w*>

Description

Used to check if a class instance belongs to a specified class

Examples

if {_instance} is an instance of MyClass:

View source