Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.UpdateType

Malware edited this page Dec 21, 2018 · 41 revisions

Index

UpdateType Enum

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Summary

Enum describes what source triggered the script to run.

Fields

Member Description
static Sandbox.ModAPI.Ingame.UpdateType None
static Sandbox.ModAPI.Ingame.UpdateType Terminal Script run by user in the terminal.
static Sandbox.ModAPI.Ingame.UpdateType Trigger Script run by a block such as timer, sensor.
static Sandbox.ModAPI.Ingame.UpdateType Antenna Script run by antenna receiving a message.
static Sandbox.ModAPI.Ingame.UpdateType Mod Script run by a mod.
static Sandbox.ModAPI.Ingame.UpdateType Script Script run by another programmable block.
static Sandbox.ModAPI.Ingame.UpdateType Update1 Script is updating every tick.
static Sandbox.ModAPI.Ingame.UpdateType Update10 Script is updating every 10th tick.
static Sandbox.ModAPI.Ingame.UpdateType Update100 Script is updating every 100th tick.
static Sandbox.ModAPI.Ingame.UpdateType Once Script is updating once before the tick.
Clone this wiki locally