Revision | 00103309b9a0010376307997a1c570e52fdc7996 (tree) |
---|---|
Time | 2022-02-13 23:03:04 |
Author | Adam Kaminski <kaminskiadam9@gmai...> |
Commiter | Adam Kaminski |
Added ACS function: "GetEventResult".
@@ -5367,6 +5367,7 @@ | ||
5367 | 5367 | ACSF_GetMapRotationSize, |
5368 | 5368 | ACSF_GetMapRotationInfo, |
5369 | 5369 | ACSF_GetCurrentMapPosition, |
5370 | + ACSF_GetEventResult, | |
5370 | 5371 | |
5371 | 5372 | // ZDaemon |
5372 | 5373 | ACSF_GetTeamScore = 19620, // (int team) |
@@ -7714,6 +7715,11 @@ | ||
7714 | 7715 | return ulPosition + 1; |
7715 | 7716 | } |
7716 | 7717 | |
7718 | + case ACSF_GetEventResult: | |
7719 | + { | |
7720 | + return GAMEMODE_GetEventResult(); | |
7721 | + } | |
7722 | + | |
7717 | 7723 | case ACSF_GetActorFloorTexture: |
7718 | 7724 | { |
7719 | 7725 | auto a = SingleActorFromTID(args[0], activator); |