Has
<bool> InstanceObject:Has(<string> Type, <string> SubType)
This uses Get to check if the InstanceObject has an ESP object with Type
of SubType
.
Parameters
Name
Description
Type
Default
Optional
Type
The type to search for
string
N/A
SubType
A subtype to also search for
string
N/A
Return
<bool> if has
Last updated