Static function
Fast
Entity.IsChildOf
Gets if this Class is child of another class if this Class was created with the <a href='/docs/core-concepts/scripting/inheriting-classes'>Inheriting System</a>
Syntax
Entity.IsChildOf(class)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
class
|
table | — | The other class to check |
Returns
- boolean