BIS fnc dynamicText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Formatted page)
(seeAlso edited + display fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


Shows dynamic opening credits or any type of text.
| Shows dynamic opening credits or any type of text. |= Description


____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_dynamicText]]; --> |= Syntax
| [text, x, y, duration, fadeInTime, deltaY, rscLayer] call [[BIS_fnc_dynamicText]] |= Syntax


|p1=[[String]]: Text |= Parameter 1
|p1=[[String]]: Text |= Parameter 1
Line 28: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[BIS_fnc_textTiles]],[[BIS_fnc_typeText]],[[BIS_fnc_typeText2]] |= See also
| [[BIS_fnc_infoText]], [[BIS_fnc_textTiles]], [[BIS_fnc_typeText]], [[BIS_fnc_typeText2]] |= See also


}}
}}

Revision as of 22:44, 23 January 2018


Hover & click on the images for description

Description

Description:
Shows dynamic opening credits or any type of text.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[text, x, y, duration, fadeInTime, deltaY, rscLayer] call BIS_fnc_dynamicText
Parameters:
String: Text
Number: X coordinates (optional)
Number: Y coordinates (optional)
Number: Duration (Optional)
Number: FadeIn time (Optional)
Number: Delta Y, Text will move up or down depending on value (Optional)
Number: Resource layer (Optional)
Return Value:
Return value needed

Examples

Example 1:
["<t color='#ff0000' size = '.8'>Warning!<br />Stop doing what you are doing</t>",-1,-1,4,1,0,789] spawn BIS_fnc_dynamicText;

Additional Information

See also:
BIS_fnc_infoTextBIS_fnc_textTilesBIS_fnc_typeTextBIS_fnc_typeText2

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