Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 |
class Sound extends Object native hidecategories(Object) noexport; var(Sound) native float Likelihood; var native const byte Data[44]; // sizeof (FSoundData) :( var native const Name FileType; var native const String FileName; var native const int OriginalSize; var native const float Duration; var native const pointer Handle; var native const int Flags; var native const int VoiceCodec; var native const float InitialSeekTime; var(Sound) float BaseRadius; var(Sound) float VelocityScale; defaultproperties { Duration=-1.0 Likelihood=1.0 BaseRadius=2000.0 VelocityScale=0.0 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |