BIS fnc initInspectable: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{codecomment *\| *\/\/ ([a-zA-Z _.:-]+) *\}\}" to "{{cc|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 31: | Line 31: | ||
|x2= <code>[myLeaflet, [[true]]] [[call]] [[BIS_fnc_initLeaflet]]; {{cc|Show preview instantly}}</code> | |x2= <code>[myLeaflet, [[true]]] [[call]] [[BIS_fnc_initLeaflet]]; {{cc|Show preview instantly}}</code> | ||
| [[BIS_fnc_holdActionAdd]], [[BIS_fnc_holdActionRemove]] | |seealso= [[BIS_fnc_holdActionAdd]], [[BIS_fnc_holdActionRemove]] | ||
}} | }} |
Revision as of 00:26, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Interaction
Syntax
- Syntax:
- Syntax needed
- Parameters:
- inspectable: Object - object on which the action is added
- textureInfos: can be one of the following:
- String - texture path
- Array - [texture, index, aspectRatio]:
- texture: String - texture path
- index: Number - (Optional, default 0) index on which the texture will be mapped on the object using setObjectTexture. Use -1 to ignore.
- aspectRatio: Number - (Optional, default -1) texture aspect ratio. 0.5 means width will be 0.5 of the height. -1 means texture default.
- Boolean - true to instantly show the inspectable full-screen preview (following params are then ignored)
- fullScreenText: String - text to be shown after clicking on READ button. Ideally localized.
- soundName: String - sound played when entering full-screen preview. Sould be defined in CfgSounds.
- Return Value:
- Return value needed
Examples
- Example 1:
[myLeaflet, "#(argb,8,8,3)color(1,0,1,1)", "This is some Magic Pink"] call BIS_fnc_initInspectable; // Initialize
- Example 2:
[myLeaflet, true] call BIS_fnc_initLeaflet; // Show preview instantly
Additional Information
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