20 package net.sf.gridarta.model.scripts;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
55 boolean isEmpty(@NotNull G gameObject);
boolean isEmpty(@NotNull G gameObject)
Returns whether this ScriptArchData is empty (contains no events).
Stores and manages information about scripted events.
G getScriptedEvent(int eventSubtype, @NotNull G gameObject)
Search the owner game object for an event object of the specified event type.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.