Difference between revisions of "VN fnc radar initDisplay"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Page filling)
m (Text replacement - "call VN_" to "call [[VN_")
Line 33: Line 33:
 
|r1d=
 
|r1d=
  
|x1= <code>[sogBoat, nil, player] call VN_fnc_radar_initDisplay;</code>
+
|x1= <code>[sogBoat, nil, player] call [[VN_fnc_radar_initDisplay;</code>
 
}}
 
}}

Revision as of 20:15, 26 February 2021

{{Function

|v= 1.00

|author=

|a= local

|e= local

|g1= boat_functions

|d= Automatically initialised on the RscInGameUI onLoad event for shantou and ptf, this function is used to manage any kind of UI manipulation while the player is inside the boat, particularly MFD rendering.

|s= [vehicle, unused, unit] call VN_fnc_radar_initDisplay

|p1n= vehicle |p1t= object |p1d= vehicle with display |p1v=

|p2n= unused |p2t= |p2d= unused argument |p2v=

|p3n= unit |p3t= object |p3d= has to be player! |p3v=

|r1t= |r1d=

|x1= [sogBoat, nil, player] call [[VN_fnc_radar_initDisplay; }}