Wombat.MamaMsg.tryI16 C# (CSharp) Method

tryI16() public method

Try to get a I16, signed 16 bit integer, field.
public tryI16 ( Wombat.MamaFieldDescriptor descriptor, short &result ) : bool
descriptor Wombat.MamaFieldDescriptor
result short
return bool
        public bool tryI16(
			MamaFieldDescriptor descriptor,
			ref short result)
        {
            return tryI16 (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

MamaMsg::tryI16 ( string name, ushort fid, short &result ) : bool
MamaMsg