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

refactor!: Use 'Exterior Marker' terminology instead of 'Pickup Info' #109

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented Sep 23, 2024

It has been decided to introduce a breaking change in the public API to use the term “Exterior Marker”, as this is the one being used in the project. This brings more clarity in the code.

See the models:

Image

image

Reference: https://dev.prineside.com/en/gtasa_samp_model_id/search/?q=EnExMarker

What is this pickup created for?

This pickup model is used to provide information to the player when their team's flag is captured by the enemy team.

What information is shown to the player?
A game text indicating that your team's flag is not in the base position and that you must retrieve it.

…Marker

“Exterior Marker” is the name of a pickup model that is created using the "IWorldService.CreatePickup" method, for that reason it was decided to change the public API for clarity.

See the models:
* https://dev.prineside.com/en/gtasa_samp_model_id/model/19605-EnExMarker4-2

* https://dev.prineside.com/en/gtasa_samp_model_id/model/19607-EnExMarker4-4
@MrDave1999 MrDave1999 added the breaking change A change in one part of a software that potentially causes other components to fail label Sep 23, 2024
@MrDave1999 MrDave1999 marked this pull request as ready for review September 23, 2024 20:48
@MrDave1999 MrDave1999 merged commit 869b340 into dev Sep 23, 2024
1 check passed
@MrDave1999 MrDave1999 deleted the breaking-change branch September 23, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A change in one part of a software that potentially causes other components to fail
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant