undernightinbirth alpha documentation

Contents:

This Page

Battle_Std.Reversal

class Battle_Std.Reversal

A class containing reversal-related functions.

SetTime(frame=1)

Sets the reversal time.

Parameters:

frame – The number of frames for the reversal window. Default is 1.

GetTime()

Gets the remaining reversal time.

Returns:

The remaining reversal time in frames.

CheckTime_DrawInfo(_drawinfo=1)

Checks if there’s remaining reversal time and displays information if true.

Parameters:

_drawinfo – If 1, displays reversal information. Default is 1.

Returns:

1 if there’s remaining reversal time, 0 otherwise.