Пример #1
0
 public long GetLong(AreaTriggerUpdateFields index)
 {
     return(GetLong((uint)index));
 }
Пример #2
0
 public void SetByte(AreaTriggerUpdateFields index, byte value, byte offset)
 {
     SetByte((uint)index, value, offset);
 }
Пример #3
0
 public bool ValueExists(AreaTriggerUpdateFields index)
 {
     return(ValueExists((uint)index));
 }
Пример #4
0
 public long GetLong(AreaTriggerUpdateFields index) { return GetLong((uint)index); }
Пример #5
0
 public void SetShort(AreaTriggerUpdateFields index, ushort value, byte offset)
 {
     SetShort((uint)index, value, offset);
 }
Пример #6
0
 public ushort GetShort(AreaTriggerUpdateFields index, byte offset)
 {
     return(GetShort((uint)index, offset));
 }
Пример #7
0
 public void SetLong(AreaTriggerUpdateFields index, long value)
 {
     SetLong((uint)index, value);
 }
Пример #8
0
 public void SetFloat(AreaTriggerUpdateFields index, float value) { SetFloat((uint)index, value); }
Пример #9
0
 public void SetInt(AreaTriggerUpdateFields index, int value) { SetInt((uint)index, value); }
Пример #10
0
 public byte GetByte(AreaTriggerUpdateFields index, byte offset) { return GetByte((uint)index, offset); }
Пример #11
0
 public void SetLong(AreaTriggerUpdateFields index, long value) { SetLong((uint)index, value); }
Пример #12
0
 public ushort GetShort(AreaTriggerUpdateFields index, byte offset) { return GetShort((uint)index, offset); }
Пример #13
0
 public int GetInt(AreaTriggerUpdateFields index) { return GetInt((uint)index); }
Пример #14
0
 public float GetFloat(AreaTriggerUpdateFields index) { return GetFloat((uint)index); }
Пример #15
0
 public float GetFloat(AreaTriggerUpdateFields index)
 {
     return(GetFloat((uint)index));
 }
Пример #16
0
 public void SetShort(AreaTriggerUpdateFields index, ushort value, byte offset) { SetShort((uint)index, value, offset); }
Пример #17
0
 public int GetInt(AreaTriggerUpdateFields index)
 {
     return(GetInt((uint)index));
 }
Пример #18
0
 public void SetByte(AreaTriggerUpdateFields index, byte value, byte offset) { SetByte((uint)index, value, offset); }
Пример #19
0
 public byte GetByte(AreaTriggerUpdateFields index, byte offset)
 {
     return(GetByte((uint)index, offset));
 }
Пример #20
0
 public void SetInt(AreaTriggerUpdateFields index, int value)
 {
     SetInt((uint)index, value);
 }
Пример #21
0
 public void SetFloat(AreaTriggerUpdateFields index, float value)
 {
     SetFloat((uint)index, value);
 }
Пример #22
0
 public bool ValueExists(AreaTriggerUpdateFields index) { return ValueExists((uint)index); }