UserInterface2D_FindPanel - MalisPierre/ModularGame GitHub Wiki
Panel2D UserInterface2D.FindPanel(string PanelId)
Description:
FindPanel Allow you to get a Panel2D from its Id.
Parameters:
- String PanelId: The Id of the Panel
Returns:
- Panel2D: The Panel Object Referene Or Nill
Code Example:
function FindSomePanel()
PanelObj = Framework.UserInterface_2D.FindPanel("MyPanelId")
end