-
Notifications
You must be signed in to change notification settings - Fork 8
Other Features
Til edited this page Feb 5, 2026
·
1 revision
The framework also includes other features which can be used by mission makers.
| Feature | Description |
|---|---|
TILW_TeleportInteraction |
Teleports a player to a specified location, can be restricted by faction a prerequisite flag. |
TILW_VehicleCrewComponent |
Component that can be added to entities with crew compartments like vehicles or turrets, spawns crew inside. |
TILW_PrefabSpawner |
Prefab that can spawn other prefabs locally when a flag is set, easier to use than the SpawnEntityInstruction. Can do repeated spawns, timed spawns, or name spawned entities. Can also be used with crew configs or immediately assign waypoints to a spawned group prefab. |