View Single Post
  #11  
Old 01-06-2018, 12:19 AM
Minirva
Fire Beetle
 
Join Date: Nov 2012
Posts: 19
Default

Thanks, I will add that to the other tutorial I have been reading. I am having a hard time understanding the term void.

Code:
void Client::SendBazaarResults(uint32 TraderID, uint32 Class_, uint32 Race, uint32 ItemStat, uint32 Slot, uint32 Type,
					char Name[64], uint32 MinPrice, uint32 MaxPrice) {
Can I read it as such then...

Void says to Client::SendBazaarReults I do not need you to return any values for the following (uint32 TraderID, uint32 Class_, uint32 Race, uint32 ItemStat, uint32 Slot, uint32 Type, char Name[64], uint32 MinPrice, uint32 MaxPrice) Just show this information
Reply With Quote