BIS_fnc_dynamicText

From Bohemia Interactive Community
Revision as of 22:35, 11 April 2016 by R3vo (talk | contribs) (Formatted page)
Jump to navigation Jump to search


Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
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:
BIS_fnc_textTiles,BIS_fnc_typeText,BIS_fnc_typeText2

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:
See also needed

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