19 lines
258 B
Ucode
19 lines
258 B
Ucode
|
class SeqAct_AkSetSwitch extends SequenceAction
|
||
|
native;
|
||
|
|
||
|
cpptext
|
||
|
{
|
||
|
void Activated();
|
||
|
};
|
||
|
|
||
|
var() string SwitchGroup;
|
||
|
var() string Switch;
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
ObjName="AkSetSwitch"
|
||
|
ObjCategory="AkAudio"
|
||
|
|
||
|
InputLinks(0)=(LinkDesc="Set")
|
||
|
}
|