Update documentation for Shavit_OnReplaySaved (#1)

This commit is contained in:
BoomShot 2021-12-16 04:01:17 -06:00 committed by GitHub
parent 6573e0cbbc
commit c14b133a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,10 @@ forward Action Shavit_ShouldSaveReplayCopy(int client, int style, float time, in
* @param istoolong If the time is too long to save a replay if the time is a WR. Note: replays WON'T be full length if this is true.
* @param iscopy If the path points to a copy of the replay.
* @param replaypath Path to the saved replay.
* @param frames ArrayList of the player's frames in the replay.
* @param preframes The number of preframes in the replay.
* @param postframes The number of postframes in the replay.
* @param name Player's name at the time of the replay.
*
* @noreturn
*/
@ -156,4 +160,4 @@ public void __pl_shavit_replay_recorder_SetNTVOptional()
MarkNativeAsOptional("Shavit_HijackAngles");
MarkNativeAsOptional("Shavit_SetReplayData");
}
#endif
#endif