Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EditBoxWidget.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
EditBoxWidget
:
UIWidget
13
{
14
proto external
bool
IsInWriteMode();
15
proto external
void
SetText(
string
str);
16
proto external
void
SetPlaceholderText(
string
str);
17
proto external
void
SetVirtualKeyboardTitle(
string
str);
18
proto external
void
SetVirtualKeyboardDesc(
string
str);
19
proto external
void
ActivateWriteMode();
20
proto
string
GetObfuscationChar();
26
proto
void
SetObfuscationChar(
string
obfuscationChar);
27
proto
string
GetText
();
28
proto
string
GetPlaceholderText();
29
}
30
GetText
string GetText()
Definition
SCR_BaseEditorAttribute.c:488
EditBoxWidget
Definition
EditBoxWidget.c:13
UIWidget
Definition
UIWidget.c:13
scripts
Core
generated
UI
EditBoxWidget.c
Generated by
1.17.0