diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-18 15:00:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-18 15:00:57 +0200 |
commit | 461d1bcb80b3b0b2fcb6f0388702843555071016 (patch) | |
tree | b0e97d6b0e4b0ebc87cdf790ac7d7d42f13fa3c4 /doc | |
parent | f3c09b5088503b46ad1ca7afbd56c13a2565627d (diff) | |
parent | 099f74584ab603a0242555f19926078896a3bb6a (diff) |
Merge pull request #21117 from akien-mga/itemlist_custom_fg_color
Bind ItemList's item_custom_fg_color methods
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/ItemList.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 48ca0ddc01..4723cf8ee4 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -77,6 +77,14 @@ <description> </description> </method> + <method name="get_item_custom_fg_color" qualifiers="const"> + <return type="Color"> + </return> + <argument index="0" name="idx" type="int"> + </argument> + <description> + </description> + </method> <method name="get_item_icon" qualifiers="const"> <return type="Texture"> </return> @@ -227,6 +235,16 @@ <description> </description> </method> + <method name="set_item_custom_fg_color"> + <return type="void"> + </return> + <argument index="0" name="idx" type="int"> + </argument> + <argument index="1" name="custom_fg_color" type="Color"> + </argument> + <description> + </description> + </method> <method name="set_item_disabled"> <return type="void"> </return> |