Add-On Documentation
Preparing search index...
The search index is not available
8Crafter's Debug Sticks API
8Crafter's Debug Sticks API
Globals
modules
uis
showCustomFormUI
Function showCustomFormUI
showCustomFormUI
(
UIId
:
String
,
player
:
Player
,
)
:
{
customUI
:
{
code
:
string
;
codeIds
:
string
[]
;
codeValues
:
string
[]
;
optionElements
:
Globals
.
modules
.
main
.
customFormUIElement
[]
;
optionPropertyIds
:
string
[]
;
optionPropertyValues
:
string
[]
;
}
;
form
:
ModalFormData
|
ActionFormData
|
MessageFormData
;
formResponse
:
ModalFormResponse
|
ActionFormResponse
|
MessageFormResponse
;
optionElements
:
Globals
.
modules
.
main
.
customFormUIElement
[]
;
}
Parameters
UIId
:
String
player
:
Player
Returns
{
customUI
:
{
code
:
string
;
codeIds
:
string
[]
;
codeValues
:
string
[]
;
optionElements
:
Globals
.
modules
.
main
.
customFormUIElement
[]
;
optionPropertyIds
:
string
[]
;
optionPropertyValues
:
string
[]
;
}
;
form
:
ModalFormData
|
ActionFormData
|
MessageFormData
;
formResponse
:
ModalFormResponse
|
ActionFormResponse
|
MessageFormResponse
;
optionElements
:
Globals
.
modules
.
main
.
customFormUIElement
[]
;
}
Version
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Add-On Documentation
8Crafter's Debug Sticks API
Loading...