Skip to main content
Skip to main content

ServerSoundManager

ServerSoundManager

Description

Special sound manager class for dedicated server that disables all sounds

Parent

SoundManager

Functions

new

Description

Creating manager

Definition

new()

Arguments

anycustomMt

Return Values

anyinstanceinstance of object

Code

function ServerSoundManager.new(customMt)
local self = SoundManager.new(customMt or ServerSoundManager _mt)

return self
end