isKindOf: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 28: | Line 28: | ||
'''Example:''' | '''Example:''' | ||
vehicle player isKindOf "Tank" | vehicle player '''isKindOf''' "Tank" |
mNo edit summary |
mNo edit summary |
||
Line 28: | Line 28: | ||
'''Example:''' | '''Example:''' | ||
vehicle player isKindOf "Tank" | vehicle player '''isKindOf''' "Tank" |
Operand types:
object: Object
typeName: String
Type of returned value:
Compatibility:
Version 2.30 required.
Description:
Checks whether the object is of the given type.
Example:
vehicle player isKindOf "Tank"