Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RespawnTicketsEditorAttribute.c
Go to the documentation of this file.
3{
4 override SCR_BaseEditorAttributeVar ReadVariable(Managed item, SCR_AttributesManagerEditorComponent manager)
5 {
6 //If opened in global attributes
7 if (!IsGameMode(item)) return null;
8
9 #ifndef WORKBENCH
10 return null;
11 #endif
13
14 }
15 override void WriteVariable(Managed item, SCR_BaseEditorAttributeVar var, SCR_AttributesManagerEditorComponent manager, int playerID)
16 {
17 //TODO: implement logics
18 if (!var) return;
19
20 Print("Respawn Tickets: " + var.GetFloat());
21 }
22};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
static SCR_BaseEditorAttributeVar CreateFloat(float value)
proto void Print(void var, LogLevel level=LogLevel.NORMAL)
Prints content of variable to console/log.