Wombat.MamaMsg.tryVectorPrice C# (CSharp) Method

tryVectorPrice() public method

Try to get a vector of prices.
public tryVectorPrice ( MamaFieldDescriptor descriptor, MamaPrice &result ) : bool
descriptor MamaFieldDescriptor
result MamaPrice
return bool
        public bool tryVectorPrice(
			MamaFieldDescriptor descriptor, 
			ref MamaPrice[] result)
        {
            return tryVectorPrice (null, (ushort)descriptor.getFid(), ref result);
        }

Same methods

MamaMsg::tryVectorPrice ( string name, ushort fid, MamaPrice &result ) : bool
MamaMsg