FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Ported several functions missed out from fixes.inc. by Y-Less · Pull Request #663 · openmultiplayer/open.mp · GitHub

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

Merged
AmyrAhmady merged 1 commit into
masterfrom
ported-functions
Jun 8, 2023
Merged

AmyrAhmady merged 1 commit into
masterfrom
ported-functions

Conversation

Y-Less commented May 21, 2023

Copy link
Copy Markdown
Collaborator

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.

Copy link
Copy Markdown


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.

return true;
}

SCRIPT_API(PlayerHasClockEnabled, bool(IPlayer& player))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

i suggest that function name can be changed to IsPlayerClockEnabled

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

The names are lifted straight from old includes.

AmyrAhmady merged commit c89a85e into master Jun 8, 2023
AmyrAhmady deleted the ported-functions branch June 8, 2023 08:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL