C# Класс Economy.scripts.EconConfig.HudManager

This will manage the Missions. Currently it is temporarily running from the Client side only, and will need to be controlled server side when finished. Mission completion condition checks (for a players current mission) should try if possible to run client side to distrubute load over players instead of using server sim
Показать файл Открыть проект

Открытые методы

Метод Описание
FetchMission ( int missionId ) : void
GPS ( double x, double y, double z, string name, string description, bool create ) : void
UpdateAfterSimulation ( ) : void
UpdateHud ( ) : bool

This will update values to appear on the hud.

UpdateMission ( ) : void

Приватные методы

Метод Описание
DisplayHud ( ) : void

Displays the current hud information. It should not contain any complex calculation, merly update the Hud as fast as possible.

HudManager ( ) : System.Collections.Generic

Описание методов

FetchMission() публичный статический Метод

public static FetchMission ( int missionId ) : void
missionId int
Результат void

GPS() публичный статический Метод

public static GPS ( double x, double y, double z, string name, string description, bool create ) : void
x double
y double
z double
name string
description string
create bool
Результат void

UpdateAfterSimulation() публичный статический Метод

public static UpdateAfterSimulation ( ) : void
Результат void

UpdateHud() публичный статический Метод

This will update values to appear on the hud.
public static UpdateHud ( ) : bool
Результат bool

UpdateMission() публичный статический Метод

public static UpdateMission ( ) : void
Результат void