Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DialogueVariableMappingObject.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class DialogueVariableMappingObject: ScriptAndConfig
13{
14 private void DialogueVariableMappingObject();
15
16 //Setters.
17 proto external void SetName(string name);
18 proto bool SetValue(void value);
19 //Getters. All values are stored as string values, which is what will be returned
20 proto external string GetName();
21 proto external string GetValue();
22}
23
override int GetValue()