Grid Placement

GBAssetResolver

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: utils/gb_asset_resolver.gd

Version: 5.0

class_name: GBAssetResolver extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • is_successful -> bool
  • has_warnings -> bool
  • get_summary -> String
  • load_placeables(folder_path: String, individual_placeables: Array) -> Array
  • load_placeables_with_result(folder_path: String, individual_placeables: Array) -> LoadResult
  • load_category_tags(folder_path: String, individual_tags: Array) -> Array
  • load_category_tags_with_result(folder_path: String, individual_tags: Array) -> LoadResult
  • load_placeable_sequences(folder_path: String, individual_sequences: Array) -> Array
  • load_placeable_sequences_with_result(folder_path: String, individual_sequences: Array) -> LoadResult
  • load_assets_of_type(folder_path: String, asset_type: GDScript, individual_assets: Array = []) -> LoadResult
    • Start with individual assets if provided
  • _load_from_folder(folder_path: String, asset_type: GDScript) -> LoadResult
  • _load_single_asset(file_path: String, expected_type: GDScript, tolerate_type_mismatch: bool = false) -> SingleAssetResult
  • validate_folder_path(folder_path: String) -> bool
  • get_folder_diagnostics(folder_path: String) -> Dictionary