1
0

14 lines
256 B
Ucode
Raw Normal View History

2020-12-13 18:01:13 +03:00
/**
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class SoundNode extends Object
native( Sound )
abstract
hidecategories( Object )
editinlinenew;
var native const int NodeUpdateHint;
var array<SoundNode> ChildNodes;