Chris' Tutorials
Docs/Grid Placement

Class

Refunder

Generated GDScript class reference for GridPlacement.Refunder.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.

Base class for consumers who want to inspect / veto a demolish at [signal ManipulationState.pre_demolish] time (5.1.0-D refund contract). Register instances on [member ManipulationState.refunders]; each one is called with the live [Manipulatable] and the [BuildCost] stamped at placement time (or [code]null[/code] when nothing was stamped). Implement [method on_pre_demolish] and return [code]true[/code] to veto the demolition.

Source: addons/grid_placement/systems/manipulation/refunder.gd

Syntax

class Refunder extends RefCounted

Members

NameKindSummary
on_pre_demolishMethod

Source

addons/grid_placement/systems/manipulation/refunder.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs