ResourceStack
Initializes the resource stack with a type and count.
sort
Weight: 10
Initializes the resource stack with a type and count.
Version: v5.0.0
STABLE
Inherits: Resource
Source: resource_stack.gd
Parsing: AST-based for maximum accuracy with symbol typing
Methods
_init
Signature: _init(p_type: Resource = null, p_count: int = 0) -> void
Initializes the resource stack with a type and count.
Returns: void
Parameters:
p_type: Resource(optional, default:null)p_count: int(optional, default:0)