Skip to content
New issue

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

ACS upper case HUD #1530

Merged
merged 1 commit into from
Jun 21, 2023
Merged

ACS upper case HUD #1530

merged 1 commit into from
Jun 21, 2023

Conversation

DoomKrawa
Copy link
Contributor

Correction for spelling SetHudClipRect, SetHudSize and SetHudWrapWidth, so Function Link works.

ACS demo code:

#include "zcommon.acs"
script 1 (void)
{
	// url does not work
	SetHUDSize(320, 200, true);
	SetHUDClipRect(10, 10, 180, 180, 90, true);
	SetHUDWrapWidth(100);

	// corrected
	SetHudSize(320, 200, true);
	SetHudClipRect(10, 10, 180, 180, 90, true);
	SetHudWrapWidth(100);
}

Correction for spelling SetHudClipRect, SetHudSize and SetHudWrapWidth, so Function Link works.
@sirjuddington sirjuddington merged commit d2bfc05 into sirjuddington:master Jun 21, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants