Skip to content

ManipulationMessages

Constants for manipulation system messages

const PICKUP_SUCCESS = “Object picked up successfully”

Constants for manipulation system messages

const PICKUP_FAILED = “Failed to pick up object”
const PLACE_SUCCESS = “Object placed successfully”
const PLACE_FAILED = “Failed to place object”
const ROTATE_SUCCESS = “Object rotated successfully”
const ROTATE_FAILED = “Failed to rotate object”

addons/grid_building/systems/manipulation/manipulation_messages.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.