Add API to remove blocks, change PlaceBlock return type and others #4

Merged
NorbiPeti merged 0 commits from unknown repository into master 2020-04-13 19:44:13 +00:00
NorbiPeti commented 2020-04-13 00:34:53 +00:00 (Migrated from git.exmods.org)
  • Created a block removal API that takes a block's ID
  • Created a BlockUtility class that currently has a method to find the block the player is looking at
  • Removed IsBuildMode() and IsSimulationMode() methods from the block engines as they are just calling the GameState API
  • Changed the Placement.PlaceBlock() method's return type from bool to the block's ID or null
* Created a block removal API that takes a block's ID * Created a BlockUtility class that currently has a method to find the block the player is looking at * Removed IsBuildMode() and IsSimulationMode() methods from the block engines as they are just calling the GameState API * Changed the Placement.PlaceBlock() method's return type from bool to the block's ID or null
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ExMods/TechbloxModdingAPI#4
No description provided.