Exemple #1
0
 public void SetShort(DynamicObjectUpdateFields index, ushort value, byte offset)
 {
     SetShort((uint)index, value, offset);
 }
Exemple #2
0
 public void SetFloat(DynamicObjectUpdateFields index, float value)
 {
     SetFloat((uint)index, value);
 }
Exemple #3
0
 public void SetInt(DynamicObjectUpdateFields index, int value)
 {
     SetInt((uint)index, value);
 }
 public long GetLong(DynamicObjectUpdateFields index) { return GetLong((uint)index); }
Exemple #5
0
 public void SetLong(DynamicObjectUpdateFields index, long value)
 {
     SetLong((uint)index, value);
 }
Exemple #6
0
 public long GetLong(DynamicObjectUpdateFields index)
 {
     return(GetLong((uint)index));
 }
Exemple #7
0
 public int GetInt(DynamicObjectUpdateFields index)
 {
     return(GetInt((uint)index));
 }
 public void SetFloat(DynamicObjectUpdateFields index, float value) { SetFloat((uint)index, value); }
 public void SetInt(DynamicObjectUpdateFields index, int value) { SetInt((uint)index, value); }
 public byte GetByte(DynamicObjectUpdateFields index, byte offset) { return GetByte((uint)index, offset); }
 public void SetLong(DynamicObjectUpdateFields index, long value) { SetLong((uint)index, value); }
 public ushort GetShort(DynamicObjectUpdateFields index, byte offset) { return GetShort((uint)index, offset); }
 public int GetInt(DynamicObjectUpdateFields index) { return GetInt((uint)index); }
 public float GetFloat(DynamicObjectUpdateFields index) { return GetFloat((uint)index); }
Exemple #15
0
 public void SetByte(DynamicObjectUpdateFields index, byte value, byte offset)
 {
     SetByte((uint)index, value, offset);
 }
 public void SetShort(DynamicObjectUpdateFields index, ushort value, byte offset) { SetShort((uint)index, value, offset); }
Exemple #17
0
 public bool ValueExists(DynamicObjectUpdateFields index)
 {
     return(ValueExists((uint)index));
 }
 public void SetByte(DynamicObjectUpdateFields index, byte value, byte offset) { SetByte((uint)index, value, offset); }
Exemple #19
0
 public float GetFloat(DynamicObjectUpdateFields index)
 {
     return(GetFloat((uint)index));
 }
Exemple #20
0
 public byte GetByte(DynamicObjectUpdateFields index, byte offset)
 {
     return(GetByte((uint)index, offset));
 }
Exemple #21
0
 public ushort GetShort(DynamicObjectUpdateFields index, byte offset)
 {
     return(GetShort((uint)index, offset));
 }
 public bool ValueExists(DynamicObjectUpdateFields index) { return ValueExists((uint)index); }