createPartyScreen:OnBackButtonClickΒΆ

Event action for when the Back button is clicked

createPartyScreen:OnBackButtonClick()

Parameters

None

Returns

None

Notes

Returns to previous menu when the back button is clicked

Calls the tolua_BaldurLUA_CScreenCreateParty_OnBackButtonClick00 function which calls the CScreenCreateParty::OnBackButtonClick method

Example

The back button as defined in UI.MENU:

button
{
        on escape
        area 306 720 204 44
        bam 'GUIOSTUM'
        sequence 0
        text "BACK_BUTTON" -- Back
        text style 'button'
        action
        "
                createPartyScreen:OnBackButtonClick()
        "
}

See Also

createPartyScreen:OnDoneButtonClick, createPartyScreen:OnCreateDeleteButtonClick, createPartyScreen:OnPortraitButtonClick