pub fn set_object_gold_value(gold_value: i16)Expand description
Set the gold value of the temporary object stored on the server.
This is used solely to set the gold value for gold. It has no effect on other objects.
gold_value The gold value.
Returns void