Skip to content

CVListCardObject

Divided by Zer0 edited this page Mar 9, 2022 · 2 revisions

CVListCardObject

Extends: HBoxContainer

Description

An object displaying a card summary in the Card Viewer available cards area.

Property Descriptions

grid_card_object

var grid_card_object: CVGridCardObject

card_viewer

var card_viewer

A pointer back to the cardlibrary scene

card_properties

var card_properties: Dictionary

The properties of the card, used for filtering

card_name

var card_name: String

The properties of the card, used for filtering The canonical card name of this card

Method Descriptions

setup

func setup(_card_name: String) -> void

This is used to prepare the values of this object

setup_grid_card_object

func setup_grid_card_object() -> void

set_visibility

func set_visibility(value) -> void
Clone this wiki locally