|
| static void | NetPlaceEntity (int x, int y) |
| |
| static bool | ValidTile (int x, int y) |
| |
| static TELogicSensor.LogicCheckType | FigureCheckType (int x, int y, out bool on) |
| |
| static bool | GetState (int x, int y, TELogicSensor.LogicCheckType type, TELogicSensor instance=null) |
| |
| static void | GetFrame (int x, int y, TELogicSensor.LogicCheckType type, bool on) |
| |
| static bool | SanityCheck (int x, int y) |
| |
| static int | Place (int x, int y) |
| |
| static int | Hook_AfterPlacement (int x, int y, int type=423, int style=0, int direction=1, int alternate=0) |
| |
| static void | Kill (int x, int y) |
| |
| static int | Find (int x, int y) |
| |
| static int | AssignNewID () |
| |
| static void | Clear () |
| |
| static void | UpdateStart () |
| |
| static void | UpdateEnd () |
| |
| static void | InitializeAll () |
| |
| static int | GetKey (int x, int y) |
| |
| static void | PlaceEntityNet (int x, int y, int type) |
| |
| static void | Write (BinaryWriter writer, TileEntity ent, bool networkSend=false) |
| |
| static TileEntity | Read (BinaryReader reader, bool networkSend=false) |
| |
| static TileEntity | ReadPos32 (BinaryReader reader, bool networkSend=false) |
| |
| static bool | IsOccupied (int id, out int interactingPlayer) |
| |
| static void | BasicOpenCloseInteraction (Player player, int x, int y, int id) |
| |
| static void | SetInteractionAnchor (Player player, int x, int y, int id) |
| |
Definition at line 15 of file TELogicSensor.cs.