getModelInfo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...) |
Lou Montana (talk | contribs) m (Text replacement - " <h3 style='display:none'>Notes</h3>" to "") |
||
Line 23: | Line 23: | ||
}} | }} | ||
<dl class='command_description'> | <dl class='command_description'> | ||
Revision as of 15:18, 18 January 2021
Description
- Description:
- Returns object's model info in format [modelName, modelPath, hasSkeleton]. Model path is suitable for use with createSimpleObject command.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getModelInfo object
- Parameters:
- object: Object
- Return Value:
- Array - [modelName, modelPath, hasSkeleton]
Examples
- Example 1:
_modelInfo = getModelInfo player;
- Example 2:
_modelInfo = getModelInfo cursorObject;
Additional Information
- See also:
- cursorObjectcursorTargetcreateSimpleObjectgetObjectTypegetObjectTexturesallMissionObjectssetObjectViewDistancesetObjectViewDistanceobjectParentobject
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
Bottom Section