typeName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|TYPENAME]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|TYPENAME]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">''' typeName ''any'''''</h2>
|2.00|= Game version
____________________________________________________________________________________________


| Returns type-name of expression. Type is returned as string |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''typeName''' any |= Syntax


'''any:''' [[Anything]]
|p1= any: [[Anything]] |= Parameter 1


'''Type of returned value:'''
| [[String]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>typeName "hello", result is "string"</pre> |= Example 1
____________________________________________________________________________________________


[[String]]
|  |= See also


'''Compatibility:'''
}}


Version 2.00 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Returns type-name of expression. Type is returned as string
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|TYPENAME]]
 
[[Category:Scripting Commands ArmA|TYPENAME]]
'''Example:'''
 
'''typeName''' "hello", result is "string"

Revision as of 23:56, 1 August 2006

-wrong parameter ("Arma") defined!-2.00
Hover & click on the images for description

Description

Description:
Returns type-name of expression. Type is returned as string
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
typeName "hello", result is "string"

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