SecuritySystemInput class
SecuritySystemInput
Inheritance
Base: SecurityAreaEvent
Derived
SecurityBreachPuppetNotificationEvent
Properties
| Property | Type | |
|---|---|---|
lastKnownPosition | Vector4 | scripted |
notifier | SharedGameplayPS? | scripted |
type | ESecurityNotificationType | scripted |
objectOfInterest | WeakHandle<game.Object> | scripted |
canPerformReprimand | bool | scripted |
shouldLeadReprimend | bool | scripted |
id | int | scripted |
customRecipientsList | ent.EntityID[] | scripted |
isSharingRestricted | bool | scripted |
debugReporterCharRecord | game.data.Character_Record? | scripted |
stimTypeTriggeredAlarm | game.data.StimType | scripted |
Functions
void Initialize(SecuritySystemInput initialEvent)RTTIvoid SetProperties(Vector4 lkp, game.Object whoBreached, WeakHandle<SharedGameplayPS> reporter, ESecurityNotificationType type, bool canDoReprimand, bool shouldLeadReprimand, game.data.StimType? stimType)RTTIvoid SetProperties(Vector4 lkp, game.Object whoBreached, WeakHandle<SharedGameplayPS> reporter, ESecurityNotificationType type, bool canDoReprimand, bool shouldLeadReprimand, int id, ent.EntityID[] customRecipients, bool isSharingRestricted)RTTIWeakHandle<SharedGameplayPS> GetNotifierHandle()RTTIESecurityNotificationType GetNotificationType()RTTIgame.Object? GetObjectOfInterest()RTTIbool CanPerformReprimand()RTTIbool ShouldLeadReprimend()RTTIVector4 GetLastKnownPosition()RTTIint GetID()RTTIbool HasCustomRecipients()RTTIent.EntityID[] GetCustomRecipientsList()RTTIbool IsSharingRestricted()RTTIgame.data.StimType GetStimTypeTriggeredAlarm()RTTIgame.data.Character_Record? GetPuppetCharRecord()RTTIstring GetPuppetDisplayName()RTTIvoid SetAsReprimendLeader(bool isLeader)RTTIvoid SetID(int id)RTTIvoid AttachCustomRecipientsList(ent.EntityID[] list)RTTIvoid ModifyNotificationType(ESecurityNotificationType newEventType)RTTIvoid RestrictSharing()RTTIvoid SetLastKnownPosition(Vector4 lkp)RTTIvoid SetObjectOfInterest(WeakHandle<game.Object> objectt)RTTIvoid SetPuppetCharacterRecord(TDBID record)RTTI