Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
InvOwner.ErrorMessage Class Reference

Public Member Functions

void Set (string _lang, Card c=null, string _sound="beep_small")
 

Public Attributes

string sound = "beep_small"
 
string lang = ""
 
Card card
 

Detailed Description

Definition at line 7 of file InvOwner.cs.

Member Function Documentation

◆ Set()

void InvOwner.ErrorMessage.Set ( string  _lang,
Card  c = null,
string  _sound = "beep_small" 
)
inline

Definition at line 15 of file InvOwner.cs.

16 {
17 lang = _lang;
18 if (c != null)
19 {
20 card = c;
21 }
22 sound = _sound;
23 }

References InvOwner.ErrorMessage.card, InvOwner.ErrorMessage.lang, and InvOwner.ErrorMessage.sound.

Referenced by InvOwner.Transaction.IsValid(), and InvOwner.Transaction.Process().

Member Data Documentation

◆ card

Card InvOwner.ErrorMessage.card

Definition at line 13 of file InvOwner.cs.

Referenced by InvOwner.Transaction.Process(), and InvOwner.ErrorMessage.Set().

◆ lang

string InvOwner.ErrorMessage.lang = ""

Definition at line 11 of file InvOwner.cs.

Referenced by InvOwner.Transaction.Process(), and InvOwner.ErrorMessage.Set().

◆ sound

string InvOwner.ErrorMessage.sound = "beep_small"

Definition at line 9 of file InvOwner.cs.

Referenced by InvOwner.Transaction.Process(), and InvOwner.ErrorMessage.Set().


The documentation for this class was generated from the following file: