We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when PersonaScreenSkills is created, inside function CreateSkillsList(), it does
PersonaScreenSkills
function CreateSkillsList()
// Select the first skill SelectSkillButton(skillButton);
if we remove that, and then we can set the right side text to whatever we want, like an overview of all skill strengths
just call Clear, SetTitle, and SetText on var PersonaInfoWindow winInfo;
Clear
SetTitle
SetText
var PersonaInfoWindow winInfo;
a similar thing can maybe be done for PersonaScreenAugmentations, the Augmentation class calls UpdateInfo in a similar way
PersonaScreenAugmentations
Augmentation
UpdateInfo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when
PersonaScreenSkills
is created, insidefunction CreateSkillsList()
, it doesif we remove that, and then we can set the right side text to whatever we want, like an overview of all skill strengths
just call
Clear
,SetTitle
, andSetText
onvar PersonaInfoWindow winInfo;
a similar thing can maybe be done for
PersonaScreenAugmentations
, theAugmentation
class callsUpdateInfo
in a similar wayThe text was updated successfully, but these errors were encountered: