RapidGameFramework
Reusable Godot managers for data-driven small games
Loading...
Searching...
No Matches
objective_panel Namespace Reference

Variables

 Dictionary
 Create a framed objective panel under a parent.
 
 root = PanelContainer.new()
 
 name
 
 size_flags_horizontal
 
 body
 
 title
 
 text
 
 rows
 
 row
 
 header
 
 mark
 
 custom_minimum_size
 
 label
 
 autowrap_mode
 
 tag
 
 horizontal_alignment
 
 detail_text
 
 detail
 
 reward_text
 
 reward
 
 style
 
 bg_color
 
 border_color
 
 content_margin_left
 
 content_margin_right
 
 content_margin_top
 
 content_margin_bottom
 

Variable Documentation

◆ autowrap_mode

objective_panel.autowrap_mode

Definition at line 71 of file objective_panel.gd.

◆ bg_color

objective_panel.bg_color

Definition at line 120 of file objective_panel.gd.

◆ body

objective_panel.body

Definition at line 16 of file objective_panel.gd.

◆ border_color

objective_panel.border_color

Definition at line 121 of file objective_panel.gd.

◆ content_margin_bottom

objective_panel.content_margin_bottom

Definition at line 127 of file objective_panel.gd.

◆ content_margin_left

objective_panel.content_margin_left

Definition at line 124 of file objective_panel.gd.

◆ content_margin_right

objective_panel.content_margin_right

Definition at line 125 of file objective_panel.gd.

◆ content_margin_top

objective_panel.content_margin_top

Definition at line 126 of file objective_panel.gd.

◆ custom_minimum_size

objective_panel.custom_minimum_size

Definition at line 65 of file objective_panel.gd.

◆ detail

objective_panel.detail

Definition at line 84 of file objective_panel.gd.

◆ detail_text

objective_panel.detail_text

Definition at line 82 of file objective_panel.gd.

◆ Dictionary

objective_panel.Dictionary

Create a framed objective panel under a parent.

Render objective rows shaped as {id, label, required, complete, active, detail, reward_hint}.

Definition at line 11 of file objective_panel.gd.

◆ header

objective_panel.header

Definition at line 58 of file objective_panel.gd.

◆ horizontal_alignment

objective_panel.horizontal_alignment

Definition at line 78 of file objective_panel.gd.

◆ label

objective_panel.label

Definition at line 68 of file objective_panel.gd.

◆ mark

objective_panel.mark

Definition at line 62 of file objective_panel.gd.

◆ name

objective_panel.name

Definition at line 13 of file objective_panel.gd.

◆ reward

objective_panel.reward

Definition at line 92 of file objective_panel.gd.

◆ reward_text

objective_panel.reward_text

Definition at line 90 of file objective_panel.gd.

◆ root

objective_panel.root = PanelContainer.new()

Definition at line 12 of file objective_panel.gd.

◆ row

objective_panel.row

Definition at line 55 of file objective_panel.gd.

◆ rows

objective_panel.rows

Definition at line 26 of file objective_panel.gd.

◆ size_flags_horizontal

objective_panel.size_flags_horizontal

Definition at line 14 of file objective_panel.gd.

◆ style

objective_panel.style

Definition at line 119 of file objective_panel.gd.

◆ tag

objective_panel.tag

Definition at line 75 of file objective_panel.gd.

◆ text

objective_panel.text

Definition at line 22 of file objective_panel.gd.

◆ title

objective_panel.title

Definition at line 20 of file objective_panel.gd.