Sandbox.ModAPI.Ingame.UpdateFrequency - bimbam2103/space_engineers GitHub Wiki

IndexNamespace Index

UpdateFrequency Enum

public enum UpdateFrequency

Flags set how often the script will run itself.

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

Fields

UpdateFrequency None

Does not run autonomously.

UpdateFrequency Once

Run once before the next tick. Flag is un-set automatically after the update

UpdateFrequency Update1

Run every game tick.

UpdateFrequency Update10

Run every 10th game tick.

UpdateFrequency Update100

Run every 100th game tick.

⚠️ **GitHub.com Fallback** ⚠️