DialogControls-Buttons – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "Seriously BI! No line about how to use buttonMenuOK and buttonMenuCancel ? Just few words about reserved idc, then nothing more? How to save variables? how to cancel and what...")
 
No edit summary
Line 1: Line 1:
Seriously BI! No line about how to use buttonMenuOK and buttonMenuCancel ? Just few words about reserved idc, then nothing more? How to save variables? how to cancel and what difference with ESC and cancel ? You wrote a long list of unexplained parameters, (by the way shortcuts[] is missing and unexplained) and you figure it's useful? I waste my time with your casualness
Seriously BI! No line about how to use buttonMenuOK and buttonMenuCancel ? Just few words about reserved idc, then nothing more? How to save variables? how to cancel and what difference with ESC and cancel ? You wrote a long list of unexplained parameters, (by the way shortcuts[] is missing and unexplained) and you figure it's useful?
class RscButtonMenuOK
{
idc = 1;
shortcuts[] = {"0x00050000 + 0", 28, 57, 156 };
default = 1;
text = "OK";
soundPush[] = {"\A3\ui_f\data\sound\RscButtonMenuOK\soundPush", 0.09, 1 };
};
you can guess text and soundpush, admit idc =1, and so what?

Revision as of 22:11, 31 October 2015

Seriously BI! No line about how to use buttonMenuOK and buttonMenuCancel ? Just few words about reserved idc, then nothing more? How to save variables? how to cancel and what difference with ESC and cancel ? You wrote a long list of unexplained parameters, (by the way shortcuts[] is missing and unexplained) and you figure it's useful? class RscButtonMenuOK { idc = 1; shortcuts[] = {"0x00050000 + 0", 28, 57, 156 }; default = 1; text = "OK"; soundPush[] = {"\A3\ui_f\data\sound\RscButtonMenuOK\soundPush", 0.09, 1 }; }; you can guess text and soundpush, admit idc =1, and so what?