tModLoader v2023.01
A mod to make and play Terraria mods
|
Inherits Terraria.GameContent.IOnPlayerJoining.
Public Member Functions | |
void | AddForClient (TeleportPylonInfo info) |
void | HandleTeleportRequest (TeleportPylonInfo info, int playerIndex) |
bool | HasAnyPylon () |
bool | HasPylonOfType (TeleportPylonType pylonType) |
void | OnPlayerJoining (int playerIndex) |
void | RemoveForClient (TeleportPylonInfo info) |
void | RequestImmediateUpdate () |
void | RequestTeleportation (TeleportPylonInfo info, Player player) |
void | Reset () |
void | Update () |
void | OnPlayerJoining (int playerIndex) |
Static Public Member Functions | |
static bool | DoesPositionHaveEnoughNPCs (int necessaryNPCCount, Point16 centerPoint) |
static bool | IsPlayerNearAPylon (Player player) |
static void | SpawnInWorldDust (int tileStyle, Rectangle dustBox) |
Properties | |
IReadOnlyList< TeleportPylonInfo > | Pylons [get] |
void Terraria.GameContent.TeleportPylonsSystem.OnPlayerJoining | ( | int | playerIndex | ) |
Implements Terraria.GameContent.IOnPlayerJoining.