activeTitleEffectParams: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 2.10 | |version1= 2.10 | ||
|branch= dev | |branch= dev | ||
Line 20: | Line 21: | ||
|x1= < | |x1= <sqf> | ||
21 cutText ["Hello World!", "PLAIN", 2]; | |||
hint str activeTitleEffectParams 21; // ["TXT", "PLAIN", 2, true] | |||
</sqf> | |||
|x2= < | |x2= <sqf> | ||
titleText ["Hello World!", "BLACK"]; | |||
hint str activeTitleEffectParams -1; // ["TXT", "BLACK", 1, true] | |||
</sqf> | |||
|seealso= [[allCutLayers]] [[cutText]] [[cutRsc]] [[cutObj]] [[cutFadeOut]] [[titleText]] [[titleRsc]] [[titleObj]] [[titleFadeOut]] [[allActiveTitleEffects]] [[Title Effect Type]] | |seealso= [[allCutLayers]] [[cutText]] [[cutRsc]] [[cutObj]] [[cutFadeOut]] [[titleText]] [[titleRsc]] [[titleObj]] [[titleFadeOut]] [[allActiveTitleEffects]] [[Title Effect Type]] | ||
}} | }} |
Revision as of 11:13, 3 May 2022
Description
- Description:
- Returns type, effect, speed and map visibility of the given active title effect (see allActiveTitleEffects)
- Groups:
- GUI Control
Syntax
- Syntax:
- activeTitleEffectParams layer
- Parameters:
- layer: Number - layer number or -1 (see allActiveTitleEffects)
- Return Value:
- Array in format [type, effect, speed, showInMap] or [], where:
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- allCutLayers cutText cutRsc cutObj cutFadeOut titleText titleRsc titleObj titleFadeOut allActiveTitleEffects Title Effect Type
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