[Exiled::Events] [Exiled::API] New event + new property#31
[Exiled::Events] [Exiled::API] New event + new property#31VALERA771 merged 9 commits intoExMod-Team:devfrom
[Exiled::Events] [Exiled::API] New event + new property#31Conversation
EXILED/Exiled.Events/Patches/Events/Player/EscapingAndEscaped.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
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) |
…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