Initializes a new instance of the
GuiMenu class
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic GuiMenu(
string name,
int columns = 5,
int flags = 0
)
Public Sub New (
name As String,
Optional columns As Integer = 5,
Optional flags As Integer = 0
)
public:
GuiMenu(
String^ name,
int columns = 5,
int flags = 0
)
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Planetbase.GuiMenu.#ctor(System.String,System.Int32,System.Int32)"]
- columns (Optional)
- Type: SystemInt32
[Missing <param name="columns"/> documentation for "M:Planetbase.GuiMenu.#ctor(System.String,System.Int32,System.Int32)"]
- flags (Optional)
- Type: SystemInt32
[Missing <param name="flags"/> documentation for "M:Planetbase.GuiMenu.#ctor(System.String,System.Int32,System.Int32)"]
See Also