mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
091c30afc4
Added new App, Journal
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
params ["_display","_parent","_idc","_position","_text"];
|
|
|
|
_ctrl = _display ctrlCreate ["RscExileXM8Edit", _idc, _parent];
|
|
_ctrl ctrlSetPosition _position;
|
|
_ctrl ctrlSetText _text;
|
|
_ctrl ctrlCommit 0;
|
|
|
|
_ctrl |