Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
DialogueVariableMappingObject.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
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
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
GetValue
override int GetValue()
Definition
SCR_VotingBase.c:111
ScriptAndConfig
Definition
Types.c:124
scripts
GameLib
generated
Dialogue
DialogueVariableMappingObject.c
Generated by
1.17.0