‪TechbloxModdingAPI  ‪v2.2.0
‪The unofficial Techblox modding API
TechbloxModdingAPI.Blocks.Engines.PlacementEngine Class Reference

Engine which executes block placement actions More...

Inheritance diagram for TechbloxModdingAPI.Blocks.Engines.PlacementEngine:
TechbloxModdingAPI.Engines.IApiEngine

Public Member Functions

void Dispose ()
 
EntityInitializer PlaceBlock (BlockIDs block, float3 position, Player player, bool autoWire)
 
void Ready ()
 

Public Attributes

bool IsInGame
 
bool isRemovable => false
 
string Name => "TechbloxModdingAPIPlacementGameEngine"
 

Properties

EntitiesDB entitiesDB [get, set]
 

Detailed Description

Engine which executes block placement actions

Member Function Documentation

◆ Dispose()

void TechbloxModdingAPI.Blocks.Engines.PlacementEngine.Dispose ( )
inline

◆ PlaceBlock()

EntityInitializer TechbloxModdingAPI.Blocks.Engines.PlacementEngine.PlaceBlock ( BlockIDs  block,
float3  position,
Player  player,
bool  autoWire 
)
inline

◆ Ready()

void TechbloxModdingAPI.Blocks.Engines.PlacementEngine.Ready ( )
inline

Member Data Documentation

◆ IsInGame

bool TechbloxModdingAPI.Blocks.Engines.PlacementEngine.IsInGame

◆ isRemovable

bool TechbloxModdingAPI.Blocks.Engines.PlacementEngine.isRemovable => false

◆ Name

string TechbloxModdingAPI.Blocks.Engines.PlacementEngine.Name => "TechbloxModdingAPIPlacementGameEngine"

Property Documentation

◆ entitiesDB

EntitiesDB TechbloxModdingAPI.Blocks.Engines.PlacementEngine.entitiesDB
getset

The documentation for this class was generated from the following file: