Click or drag to resize
GuiLabelItemaddCallback Method

[Missing <summary> documentation for "M:Planetbase.GuiLabelItem.addCallback(Planetbase.GuiDefinitions.Callback,System.Object)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void addCallback(
	GuiDefinitionsCallback callback,
	Object callbackParameter
)

Parameters

callback
Type: PlanetbaseGuiDefinitionsCallback

[Missing <param name="callback"/> documentation for "M:Planetbase.GuiLabelItem.addCallback(Planetbase.GuiDefinitions.Callback,System.Object)"]

callbackParameter
Type: SystemObject

[Missing <param name="callbackParameter"/> documentation for "M:Planetbase.GuiLabelItem.addCallback(Planetbase.GuiDefinitions.Callback,System.Object)"]

See Also