typeName

From Bohemia Interactive Community
Revision as of 07:18, 11 January 2007 by Kronzky (talk | contribs) (expanded)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Returns the data type of expression. Type is returned as string
Groups:
Uncategorised

Syntax

Syntax:
typeName any
Parameters:
any: Anything
Return Value:
String

Examples

Example 1:
_x="hello"; typeName _x, result is "string"
Example 2:
_x=player; typeName _x, result is "object"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section