BIS fnc showSubtitle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Fix Script link) |
||
Line 15: | Line 15: | ||
|p2= subtitle: [[String]] - subtitle to display | |p2= subtitle: [[String]] - subtitle to display | ||
|r1= [[Script]] - | |r1= [[Script Handle]] - script controlling the displayed subtitle. | ||
|x1= <sqf>["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] spawn BIS_fnc_showSubtitle;</sqf> | |x1= <sqf>["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] spawn BIS_fnc_showSubtitle;</sqf> |
Latest revision as of 10:02, 29 December 2022
Description
Syntax
- Syntax:
- [name, subtitle] spawn BIS_fnc_showSubtitle
- Parameters:
- name: String - name of the speaker
- subtitle: String - subtitle to display
- Return Value:
- Script Handle - script controlling the displayed subtitle.
Examples
- Example 1:
- ["CROSSROAD", "Mission is a go, I repeat, mission is a go, Crossroad, out."] spawn BIS_fnc_showSubtitle;
Additional Information
- See also:
- Conversations BIS_fnc_EXP_camp_playSubtitles
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