Steamworks.NativeMethods.ISteamInventory_GetItemDefinitionProperty C# (CSharp) Method

ISteamInventory_GetItemDefinitionProperty() private method

private ISteamInventory_GetItemDefinitionProperty ( SteamItemDef_t iDefinition, InteropHelp pchPropertyName, IntPtr pchValueBuffer, uint &punValueBufferSizeOut ) : bool
iDefinition SteamItemDef_t
pchPropertyName InteropHelp
pchValueBuffer IntPtr
punValueBufferSizeOut uint
return bool
		public static extern bool ISteamInventory_GetItemDefinitionProperty(SteamItemDef_t iDefinition, InteropHelp.UTF8StringHandle pchPropertyName, IntPtr pchValueBuffer, ref uint punValueBufferSizeOut);
NativeMethods