LevelSoundEvent.this

Undocumented in source.
  1. this()
  2. this(ubyte sound, Tuple!(float, "x", float, "y", float, "z") position, uint volume, int pitch, bool unknown4, bool disableRelativeVolume)
    class LevelSoundEvent
    pure nothrow @safe @nogc
    this
    (
    ubyte sound
    ,
    Tuple!(float, "x", float, "y", float, "z") position = Tuple!(float, "x", float, "y", float, "z").init
    ,
    uint volume = uint.init
    ,
    int pitch = int.init
    ,
    bool unknown4 = bool.init
    ,
    bool disableRelativeVolume = bool.init
    )

Meta