Difference between revisions of "VN fnc versioningHudToggle"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " |e=" to " |a= |e=") |
Lou Montana (talk | contribs) m (Fix example) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
Line 6: | Line 5: | ||
|author= Pieter 'Stickie' De Stickere | |author= Pieter 'Stickie' De Stickere | ||
− | |a= | + | |a= local |
− | |e= | + | |e= local |
|g1= GUI | |g1= GUI | ||
− | |d= | + | |d= Toggles the ingame revision overlay. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |s= [] call [[VN_fnc_versioningHudToggle]] | + | |s= [display] call [[VN_fnc_versioningHudToggle]] |
− | |p1n= | + | |p1n= display |
− | |p1t= | + | |p1t= display |
− | |p1d= | + | |p1d= display on which to create the overlay enable/disable button. |
|p1v= | |p1v= | ||
Line 36: | Line 25: | ||
|p2v= | |p2v= | ||
− | |r1t= | + | |r1t= boolean |
− | |r1d= | + | |r1d= true |
− | |x1= <code> | + | |x1= <code>[sogDisplay] call [[VN_fnc_versioningHudToggle]];</code> |
}} | }} |
Latest revision as of 12:21, 22 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Pieter 'Stickie' De Stickere |
|
Description
Toggles the ingame revision overlay.
Syntax
- Syntax
- [display] call VN_fnc_versioningHudToggle
- Parameters
- display: Display - display on which to create the overlay enable/disable button.
- Return value
- Boolean - true
Examples
- Example 1
[sogDisplay] call VN_fnc_versioningHudToggle;