This page is located on the SimsWiki. To view it in it's original form, click here.

I assume this is being used for the alarms? or the alert notifications or something? Can't actually find what is using this. If someone can clarify, that would be lovely! - Lyralei

Code


public enum AlertResult
{
	kNone,
	kBreak,
	kDisable
}