Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EditBoxWidget.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
string GetText()