(Feat) Add mulitplayer
This commit is contained in:
@@ -45,6 +45,18 @@ protected:
|
||||
UPROPERTY(meta = (BindWidgetOptional))
|
||||
TObjectPtr<UButton> SettingsButton;
|
||||
|
||||
/**
|
||||
* Ouvre le panneau d'invitation de l'overlay Steam. C'est la SEULE facon de
|
||||
* faire venir un ami : il n'existe ni navigateur de parties, ni bouton
|
||||
* Rejoindre dans le menu principal.
|
||||
*
|
||||
* Grise tout seul quand l'invitation est impossible -- Steam absent, ou
|
||||
* partie lancee alors qu'il l'etait. Un bouton qui ne repond pas au clic
|
||||
* passe pour un bug ; un bouton grise se comprend tout seul.
|
||||
*/
|
||||
UPROPERTY(meta = (BindWidgetOptional))
|
||||
TObjectPtr<UButton> InviteButton;
|
||||
|
||||
private:
|
||||
UFUNCTION()
|
||||
void HandleResumeClicked();
|
||||
@@ -54,4 +66,7 @@ private:
|
||||
|
||||
UFUNCTION()
|
||||
void HandleQuitToMenuClicked();
|
||||
|
||||
UFUNCTION()
|
||||
void HandleInviteClicked();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user