aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut23
1 files changed, 0 insertions, 23 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut
index 92f7be612..f28e8cbd5 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/gg_earn_meter/cl_gg_earn_meter.gnut
@@ -1,6 +1,5 @@
global function Cl_GGEarnMeter_Init
global function Cl_GGEarnMeter_RegisterNetwork
-global function ServerCallback_GGEarnMeter_SetWeaponIcon
const float FILL_ANIM_DURATION = 0.2
@@ -81,26 +80,4 @@ void function Cl_GGEarnMeter_TrackWeaponIcon()
WaitFrame()
}
-}
-
-void function ServerCallback_GGEarnMeter_SetWeaponIcon( int damageSourceId )
-{
- asset weaponImage
-
- if ( damageSourceId > -1 )
- {
- if ( !DamageSourceIDHasString(damageSourceId) )
- {
- return
- }
-
- weaponImage = GetItemImage( DamageSourceIDToString( damageSourceId ) )
- }
- else
- {
- weaponImage = RandomFloat( 1 ) > 0.1 ? $"rui/menu/boosts/boost_icon_random" : $"rui/faction/faction_logo_mrvn"
- }
-
- RuiSetImage( file.earnMeterRui, "goalBuildingIcon", weaponImage )
- RuiSetImage( file.earnMeterRui, "goalReadyIcon", weaponImage )
} \ No newline at end of file