public void SetShort(DynamicObjectUpdateFields index, ushort value, byte offset) { SetShort((uint)index, value, offset); }
public void SetFloat(DynamicObjectUpdateFields index, float value) { SetFloat((uint)index, value); }
public void SetInt(DynamicObjectUpdateFields index, int value) { SetInt((uint)index, value); }
public long GetLong(DynamicObjectUpdateFields index) { return GetLong((uint)index); }
public void SetLong(DynamicObjectUpdateFields index, long value) { SetLong((uint)index, value); }
public long GetLong(DynamicObjectUpdateFields index) { return(GetLong((uint)index)); }
public int GetInt(DynamicObjectUpdateFields index) { return(GetInt((uint)index)); }
public byte GetByte(DynamicObjectUpdateFields index, byte offset) { return GetByte((uint)index, offset); }
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); }
public void SetByte(DynamicObjectUpdateFields index, byte value, byte offset) { SetByte((uint)index, value, offset); }
public bool ValueExists(DynamicObjectUpdateFields index) { return(ValueExists((uint)index)); }
public float GetFloat(DynamicObjectUpdateFields index) { return(GetFloat((uint)index)); }
public byte GetByte(DynamicObjectUpdateFields index, byte offset) { return(GetByte((uint)index, offset)); }
public ushort GetShort(DynamicObjectUpdateFields index, byte offset) { return(GetShort((uint)index, offset)); }
public bool ValueExists(DynamicObjectUpdateFields index) { return ValueExists((uint)index); }