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

NotifyProperties

From SWRC Wiki
Jump to navigation Jump to search
class NotifyProperties extends Object
	native
	hidecategories(Object)
	collapsecategories;

// (cpptext)
// (cpptext)
// (cpptext)
// (cpptext)

var int OldArrayCount;
var const int WBrowserAnimationPtr;

struct native NotifyInfo
{
	var() FLOAT NotifyFrame;
	var() editinlinenotify AnimNotify Notify;
	var INT OldRevisionNum;
};

var() Array<NotifyInfo> Notifys;


cpptext
{
	void PostEditChange();

}

defaultproperties
{
}