undernightinbirth alpha documentation

Contents:

This Page

Battle_Std.JumpStatus

void Set(int flag)

Sets the jump status flag based on the provided flag.

Parameters:

flag (int) – The flag to set.

void Add(int flag)

Adds the specified flag to the jump status.

Parameters:

flag (int) – The flag to add.

void Del(int flag)

Removes the specified flag from the jump status.

Parameters:

flag (int) – The flag to remove.

int Check(int flag)

Checks if the specified flag is set in the jump status.

Parameters:

flag (int) – The flag to check.

Returns:

1 if the flag is set, otherwise 0.