-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Exiled::Events]
[Exiled::API]
New event + new property
#31
Conversation
EXILED/Exiled.Events/Patches/Events/Player/EscapingAndEscaped.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add EscapedEventArgs::SpawnableTeamType
Add EscapedEventArgs::NumberOfTicket
Add EscapedEventArgs::RoleType
Add EscapedEventArgs::EscapeTime
Also only for EscapeScenario don't take it from previous event but from the Ldloc_1 in case plugin or NWAPI change it's way to make this event to not interfere
Technically, we can get RoleTypeId and SpawnableTeamType from Escape scenario |
Yeah that why i ask to add them :) (Yes your devboy) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If transpiller work it's fine
…xMod-Team#31)" This reverts commit 043d9a9.
* `[Exiled::Events]` `[Exiled::API]` New event + new property (#31) * new ev + previous role * suggestions * uwu * suj * fix * uwu --------- Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com> * [EXILED::Events] BeingObserved event stolen (#91) * Scp173 Observing, Stolen from https://github.com/ExMod-Team/EXILED/pull/72/files * Remove old comment * Fix Error Co-Authored-By: SrLicht <cerberus.tk.sl@gmail.com> * NW Documentation * moving forward * YES * Fix * Update * Index Update * Change Order * OrderBy * Revert "Fix Error" This reverts commit d53d84d. * Revert "[EXILED::Events] BeingObserved event stolen (#91)" This reverts commit cc7c183. * Revert "`[Exiled::Events]` `[Exiled::API]` New event + new property (#31)" This reverts commit 043d9a9. * remove using * NW_Documentation * SCPSLRessources NW doc * Change * try to fix labeller try to fix labeler * Update DamageHandler Doc * Revert partially This reverts commit 03122a3. --------- Co-authored-by: VALERA771 <72030575+VALERA771@users.noreply.github.com> Co-authored-by: X <24619207+Undid-Iridium@users.noreply.github.com> Co-authored-by: SrLicht <cerberus.tk.sl@gmail.com>
Description
Describe the changes
Adding new event -
Escaped
.Adding new property for player -
PreviousRole
(tested).What is the current behavior? (You can also link to an open issue here)
What is the new behavior? (if this is a feature change)
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information:
Types of changes
Submission checklist
Patches (if there are any changes related to Harmony patches)
Other