|
| ActionEventInfo () |
|
| ActionEventInfo (long id, string name, string description, string[] paramNames, string[] paramDesc) |
|
| ActionEventInfo (long id, string name, string description, string[] paramNames, string[] paramDesc, string syntax, long[] dfltParams) |
|
void | SetDfltParameters (string s) |
|
long | GetDfltParameter (int i) |
|
override string | ToString () |
|
◆ ActionEventInfo() [1/3]
BrawlLib.Internal.ActionEventInfo.ActionEventInfo |
( |
| ) |
|
|
inline |
9 {
12 }
string _syntax
Definition: ActionEventInfo.cs:83
long[] defaultParams
Definition: ActionEventInfo.cs:88
◆ ActionEventInfo() [2/3]
BrawlLib.Internal.ActionEventInfo.ActionEventInfo |
( |
long |
id, |
|
|
string |
name, |
|
|
string |
description, |
|
|
string[] |
paramNames, |
|
|
string[] |
paramDesc |
|
) |
| |
|
inline |
15 {
23 Enums =
new Dictionary<int, List<string>>();
24 }
string[] pDescs
Definition: ActionEventInfo.cs:86
string[] Params
Definition: ActionEventInfo.cs:85
string _description
Definition: ActionEventInfo.cs:82
long idNumber
Definition: ActionEventInfo.cs:80
string _name
Definition: ActionEventInfo.cs:81
Dictionary< int, List< string > > Enums
Definition: ActionEventInfo.cs:90
◆ ActionEventInfo() [3/3]
BrawlLib.Internal.ActionEventInfo.ActionEventInfo |
( |
long |
id, |
|
|
string |
name, |
|
|
string |
description, |
|
|
string[] |
paramNames, |
|
|
string[] |
paramDesc, |
|
|
string |
syntax, |
|
|
long[] |
dfltParams |
|
) |
| |
|
inline |
28 {
36 Enums =
new Dictionary<int, List<string>>();
37 }
◆ GetDfltParameter()
long BrawlLib.Internal.ActionEventInfo.GetDfltParameter |
( |
int |
i | ) |
|
|
inline |
61 {
63 {
64 return 0;
65 }
66
68 {
69 return 0;
70 }
71
73 }
◆ SetDfltParameters()
void BrawlLib.Internal.ActionEventInfo.SetDfltParameters |
( |
string |
s | ) |
|
|
inline |
40 {
41 if (s == null)
42 {
43 return;
44 }
45
47 for (int i = 0; i < s.Length; i++)
48 {
49 try
50 {
52 }
53 catch
54 {
56 }
57 }
58 }
◆ ToString()
override string BrawlLib.Internal.ActionEventInfo.ToString |
( |
| ) |
|
|
inline |
◆ _description
string BrawlLib.Internal.ActionEventInfo._description |
◆ _name
string BrawlLib.Internal.ActionEventInfo._name |
◆ _syntax
string BrawlLib.Internal.ActionEventInfo._syntax |
◆ defaultParams
long [] BrawlLib.Internal.ActionEventInfo.defaultParams |
◆ Enums
Dictionary<int, List<string> > BrawlLib.Internal.ActionEventInfo.Enums |
◆ idNumber
long BrawlLib.Internal.ActionEventInfo.idNumber |
◆ Params
string [] BrawlLib.Internal.ActionEventInfo.Params |
◆ pDescs
string [] BrawlLib.Internal.ActionEventInfo.pDescs |
The documentation for this class was generated from the following file:
- BrawlLib/Internal/ActionEventInfo.cs