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

Ported several functions missed out from fixes.inc. #663

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

Y-Less
Copy link
Collaborator

@Y-Less Y-Less commented May 21, 2023

Most of these were trivial as the data already existed in the server:

  • GetDefaultPlayerColour - just a wrapper for a newly abstracted PlayerPool::getDefaultColour function.
  • GetVehicleSeats - wraps getVehiclePassengerSeats.
  • VehicleCanHaveComponent - wraps isValidComponentForVehicleModel.
  • IsValidAnimationLibrary - wraps animationLibraryValid, including an optional second parameter (default true).
  • PlayerHasClockEnabled - wraps player.hasClock.

Although the server also missed IsMenuValid it has IsValidMenu instead, though that doesn't fix the syntax pattern on the other IsMenuXXX functions. I'll leave this fix to includes for now, we can maybe think about updating the server later.

…e trivial as the data already existed in the server:

* `GetDefaultPlayerColour` - just a wrapper for a newly abstracted `PlayerPool::getDefaultColour` function.
* `GetVehicleSeats` - wraps `getVehiclePassengerSeats`.
* `VehicleCanHaveComponent` - wraps `isValidComponentForVehicleModel`.
* `IsValidAnimationLibrary` - wraps `animationLibraryValid`, including an optional second parameter (default `true`).
* `PlayerHasClockEnabled` - wraps `player.hasClock`.

Although the server also missed `IsMenuValid` it has `IsValidMenu` instead, though that doesn't fix the syntax pattern on the other `IsMenuXXX` functions.  I'll leave this fix to includes for now, we can maybe think about updating the server later.
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Alex Cole seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@@ -292,6 +298,11 @@ SCRIPT_API(TogglePlayerClock, bool(IPlayer& player, bool enable))
return true;
}

SCRIPT_API(PlayerHasClockEnabled, bool(IPlayer& player))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i suggest that function name can be changed to IsPlayerClockEnabled

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The names are lifted straight from old includes.

@AmyrAhmady AmyrAhmady merged commit c89a85e into master Jun 8, 2023
@AmyrAhmady AmyrAhmady deleted the ported-functions branch June 8, 2023 08:23
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.

4 participants