getModelInfo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
Lou Montana (talk | contribs) m (Text replacement - " {2,}\}\}" to " }}") |
||
Line 18: | Line 18: | ||
| [[cursorObject]], [[cursorTarget]], [[createSimpleObject]], [[getObjectType]], [[getObjectTextures]], [[allMissionObjects]], [[setObjectViewDistance]], [[setObjectViewDistance]], [[objectParent]], [[object]] | | [[cursorObject]], [[cursorTarget]], [[createSimpleObject]], [[getObjectType]], [[getObjectTextures]], [[allMissionObjects]], [[setObjectViewDistance]], [[setObjectViewDistance]], [[objectParent]], [[object]] | ||
}} | }} | ||
{{GameCategory|arma3|New Scripting Commands}} | {{GameCategory|arma3|New Scripting Commands}} |
Revision as of 23:49, 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