Ulysses
Home
Help
Ulysses
»
General
»
Developers Corner
»
A quick question about BoolArgs
« previous next »
Print
Pages: [
1
]
Go Down
Author
Topic: A quick question about BoolArgs (Read 4907 times)
0 Members and 1 Guest are viewing this topic.
iViscosity
Respected Community Member
Hero Member
Posts: 803
Karma: 58
A quick question about BoolArgs
«
on:
August 11, 2018, 02:01:48 am »
Just wondering, what is the default value for a BoolArg? True or false?
Also, what does the "invisible" tag do in a BoolArg? In commands (such as Ignite) I see this:
Code: Lua
ignite
:
addParam
{
type
=
ULib
.
cmds
.
BoolArg
,
invisible
=
true
}
Logged
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.
Print
Pages: [
1
]
Go Up
« previous next »
Ulysses
»
General
»
Developers Corner
»
A quick question about BoolArgs