bucketop_t

GameSpy SDK

bucketop_t

All of the operations that can performed on a bucket.

typedef enum 
{
bo_set,    
bo_add,    
bo_sub,    
bo_mult,    
bo_div,    
bo_concat,    
bo_avg    
} bucketop_t;

Constants

bo_set
Sets the bucket to given value.
bo_add
Adds a value to the bucket.
bo_sub
Subtracts a value from the bucket.
bo_mult
Multiplies the bucket by a value.
bo_div
Divides the bucket by a value.
bo_concat
Concatenates a value to the bucket.
bo_avg
Averages-in a value to the bucket.