isKindOf: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 28: Line 28:
'''Example:'''
'''Example:'''


vehicle player isKindOf "Tank"
vehicle player '''isKindOf''' "Tank"

Revision as of 16:44, 2 July 2006


object isKindOf typeName


Operand types:

object: Object

typeName: String

Type of returned value:

Boolean

Compatibility:

Version 2.30 required.

Description:

Checks whether the object is of the given type.


Example:

vehicle player isKindOf "Tank"