Difference between revisions of "VN fnc showSubtitle"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page filling) |
Lou Montana (talk | contribs) m (Lou Montana moved page VN fnc showsubtitle to VN fnc showSubtitle: name standard) |
(No difference)
|
Revision as of 19:35, 21 January 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Ethan Johnson, from BIS_fnc_showSubtitle |
|
Description
Displays a subtitle at the bottom of the screen. See BIS_fnc_showSubtitle.
Syntax
- Syntax
- [from, text, useTitleRsc, useCamPos] call VN_fnc_showSubtitle
- Parameters
- from: String - (Optional, default
""
) speaker's display name - text: String - (Optional, default
""
) subtitle content - useTitleRsc: Boolean - (Optional, default
false
) forces titleRsc usage for subtitles - useCamPos: Boolean - (Optional, default
false
) forces the text to the bottom of the SafeZone - Return value
- Script (Handle) - script controlling the displayed subtitle
Examples
- Example 1
[name player, "Wow, it's so warm here!"] call VN_fnc_showSubtitle;