If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

SoundBase

From SWRC Wiki
Revision as of 21:25, 11 April 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> class SoundBase extends Object native abstract; enum ESoundBattleContext { SBC_Either, SBC_BattleOnly, SBC_NoBattleOnly }; defaultproperties { }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
class SoundBase extends Object
    native
	abstract;

enum ESoundBattleContext
{
	SBC_Either,
	SBC_BattleOnly,
	SBC_NoBattleOnly
};


defaultproperties
{
}