UEVR_PluginInitializeParam

Accessed with uevr.params.functions

Members

functions.log_error(msg)

Logs an error message.

functions.log_warning(msg)

Logs a warning message.

functions.log_info(msg)

Logs an info message.

functions.is_drawing_ui()

Returns true if UEVR is drawing its menu.

functions.get_commit_hash()

Returns the commit hash of UEVR.

functions.get_tag()

Returns the tag of UEVR.

functions.get_tag_long()

Returns the long tag of UEVR.

functions.get_branch()

Returns the branch of UEVR.

functions.get_build_date()

Returns the build date of UEVR.

functions.get_build_time()

Returns the build time of UEVR.

functions.get_commits_past_tag()

Returns the number of commits past the last tag.

functions.get_total_commits()

Returns the total number of commits to UEVR.