From 00766accee14008c80d0f70f436deb36842a0d48 Mon Sep 17 00:00:00 2001 From: Lactozilla Date: Tue, 12 Dec 2023 23:43:06 -0300 Subject: [PATCH] Update documentation --- guides/Documentation.htm | 92 ++++++++++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 22 deletions(-) diff --git a/guides/Documentation.htm b/guides/Documentation.htm index 1300a25e..46945838 100644 --- a/guides/Documentation.htm +++ b/guides/Documentation.htm @@ -187,18 +187,24 @@

Animator

Application

Class methods: @@ -1903,6 +1909,48 @@

Animator.AdjustDuration

  • amount (Integer): The amount to adjust the animator's duration.
  • +

    +

    Application.GetEngineVersionString

    + Application.GetEngineVersionString() +
    Gets the engine version string.
    +
    Returns:
    +
    Returns a String value.
    +

    +

    +

    Application.GetEngineVersionMajor

    + Application.GetEngineVersionMajor() +
    Gets the major engine version.
    +
    Returns:
    +
    Returns an Integer value.
    +

    +

    +

    Application.GetEngineVersionMinor

    + Application.GetEngineVersionMinor() +
    Gets the minor engine version.
    +
    Returns:
    +
    Returns an Integer value.
    +

    +

    +

    Application.GetEngineVersionPatch

    + Application.GetEngineVersionPatch() +
    Gets the minor engine version.
    +
    Returns:
    +
    Returns an Integer value.
    +

    +

    +

    Application.GetEngineVersionPrerelease

    + Application.GetEngineVersionPrerelease() +
    Gets the prerelease engine version.
    +
    Returns:
    +
    Returns a String value, or null.
    +

    +

    +

    Application.GetEngineVersionCodename

    + Application.GetEngineVersionCodename() +
    Gets the engine version codename.
    +
    Returns:
    +
    Returns a String value, or null.
    +

    Application.GetFPS

    Application.GetFPS() @@ -1946,20 +1994,20 @@

    Application.GetGameTitleShort

    Application.GetGameTitleShort()
    Gets the short game title of the application.

    -

    -

    Application.GetVersion

    - Application.GetVersion() +

    +

    Application.GetGameVersion

    + Application.GetGameVersion()
    Gets the version of the application.

    -

    -

    Application.GetDescription

    - Application.GetDescription() -
    Gets the description of the application.
    +

    +

    Application.GetGameDescription

    + Application.GetGameDescription() +
    Gets the description of the game.

    Application.SetGameTitle

    Application.SetGameTitle(title) -
    Sets the game title of the application.
    +
    Sets the title of the game.
    Parameters: