public int master_vol; // 0-255 master volume public void Clear( ) { this.sfx = null; this.leftvol = 0; this.rightvol = 0; this.end = 0; this.pos = 0; this.looping = 0; this.entnum = 0; this.entchannel = 0; this.origin = Vector3.Zero; this.dist_mult = 0; this.master_vol = 0; }
public Int32 master_vol; // 0-255 master volume public void Clear( ) { sfx = null; leftvol = 0; rightvol = 0; end = 0; pos = 0; looping = 0; entnum = 0; entchannel = 0; origin = Vector3.Zero; dist_mult = 0; master_vol = 0; }