VN fnc radar initDisplay

From Savage Game Design Wiki
Revision as of 20:15, 26 February 2021 by Lou Montana (talk | contribs) (Text replacement - "call VN_" to "call [[VN_")
Jump to navigation Jump to search

{{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; }}