Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

ROEngine.ROSoundAttachment


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
//=============================================================================
// ROSoundAttachment
//=============================================================================
// A generic actor which can be used to attach to other actors and given
// An ambient sound. Allows 3d positional audio effects while in vehicles
// and also allows multiple ambient sounds.
//=============================================================================
// Red Orchestra Source
// Copyright (C) 2003-2004 John Gibson
//=============================================================================

class ROSoundAttachment extends Actor;

defaultproperties
{
     DrawType=DT_None
     SoundVolume=0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:28.000 - Creation time: Fri 13-10-2023 03:19:07.427 - Created with UnCodeX