Table of Contents

Class UseATMSpec

Namespace
S1API.Entities.Schedule
Assembly
S1API.dll

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

string

Name

Optional custom name for the action.

public string Name { get; set; }

Property Value

string

StartTime

The time when this action should start, in minutes from midnight.

public int StartTime { get; set; }

Property Value

int