sizeOf: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Populated)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ? |= Description
| Return approximate size of the entity of given type (geometrical, in meters) |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''?''' |= Syntax
| '''sizeOf''' typeName |= Syntax


|p1= |= Parameter 1
|p1=String |= Parameter 1


| ? |= Return value
| Number |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>?</code>|= Example 1
|x1= <code>sizeOf "M1Abrams"</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:32, 1 June 2007

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

Description

Description:
Return approximate size of the entity of given type (geometrical, in meters)
Groups:
Uncategorised

Syntax

Syntax:
sizeOf typeName
Parameters:
String
Return Value:
Number

Examples

Example 1:
sizeOf "M1Abrams"

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