Class UseATMSpec
Specifies an action that makes an NPC use an ATM at a scheduled time.
public sealed class UseATMSpec : IScheduleActionSpec
- Inheritance
-
UseATMSpec
- Implements
- Inherited Members
- Extension Methods
Remarks
This action creates a ScheduleOne.NPCs.Schedules.NPCSignal_UseATM that will make the NPC walk to and interact with an ATM. If ATMGUID is not set the action expects ATM to be assigned at runtime by gameplay systems.
Constructors
UseATMSpec()
public UseATMSpec()
Properties
ATMGUID
Optional specific ATM GUID to target.
public string ATMGUID { get; set; }
Property Value
Name
Optional custom name for the action.
public string Name { get; set; }
Property Value
StartTime
The time when this action should start, in minutes from midnight.
public int StartTime { get; set; }