-
-
Notifications
You must be signed in to change notification settings - Fork 107
CVListCardObject
Divided by Zer0 edited this page Mar 9, 2022
·
2 revisions
Extends: HBoxContainer
An object displaying a card summary in the Card Viewer available cards area.
var grid_card_object: CVGridCardObject
var card_viewer
A pointer back to the cardlibrary scene
var card_properties: Dictionary
The properties of the card, used for filtering
var card_name: String
The properties of the card, used for filtering The canonical card name of this card
func setup(_card_name: String) -> void
This is used to prepare the values of this object
func setup_grid_card_object() -> void
func set_visibility(value) -> void