Add description for issubtypeof behavior

This commit is contained in:
witchiest 2025-04-01 11:03:45 -04:00 committed by GitHub
parent c4a19337fc
commit d1f56c3af7
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -105,6 +105,8 @@ The [`type`](./user-defined-type-functions.md#type-instance) will gain a new met
type:issubtypeof(arg: type): boolean
```
This method will return a boolean indicating if the type is a subtype of `arg`.
## Drawbacks
Adds another method to the type userdata in User-Defined type functions.