class Param2<Class T1, Class T2>Source
Part of Tools
All members, including inherited
Param Class Template with two parameters.
usage:
Param param = new Param2<float, string>(3.14, "Pi");Constructors 1
void Param2(T1 p1, T2 p2)Members 2
T1 param1Referenced by CameraToolsMenu.Update(), Cooking.ProcessItemToCook(), DayZGame.AddVoiceNotification()
Show 12 more
, DayZGame.OnEvent(), EnProfilerTests.TestModule(), Land_WarheadStorage_Main.OnDoorCloseFinish(), Land_WarheadStorage_Main.OnDoorOpenFinish(), MissionServer.OnEvent(), MissionServer.UpdateLogoutPlayers(), Deserializer(), Param2(), Serialize(), PluginDiagMenuClient.SendDiagRPCBasic(), PluginDiagMenuClient.SendDiagRPCSelfParam(), and VONManagerImplementation.OnEvent()T2 param2Referenced by CameraToolsMenu.Update(), Cooking.ProcessItemToCook(), DayZGame.AddVoiceNotification()
Show 12 more
, DayZGame.OnEvent(), DayZGame.RemoveVoiceNotification(), EnProfilerTests.TestModule(), MissionServer.OnEvent(), MissionServer.UpdateLogoutPlayers(), Deserializer(), Param2(), Serialize(), PluginDiagMenuClient.SendDiagRPCBasic(), PluginDiagMenuClient.SendDiagRPCSelfParam(), PPEMatClassParameterBool.InitDefaults(), and VONManagerImplementation.OnEvent()Methods 2
override bool Serialize(Serializer ctx)override bool Deserializer(Serializer ctx)