diff --git a/guides/Documentation.htm b/guides/Documentation.htm index c038d28..2b6497b 100644 --- a/guides/Documentation.htm +++ b/guides/Documentation.htm @@ -222,6 +222,8 @@

Application

  • Application.GetEngineVersionPatch
  • Application.GetEngineVersionPrerelease
  • Application.GetEngineVersionCodename
  • +
  • Application.GetTargetFrameRate
  • +
  • Application.SetTargetFrameRate
  • Application.GetFPS
  • Application.GetKeyBind
  • Application.SetKeyBind
  • @@ -2266,10 +2268,26 @@

    Application.GetEngineVersionCodename

    Returns:
    Returns a String value, or null.

    +

    +

    Application.GetTargetFrameRate

    + Application.GetTargetFrameRate() +
    Gets the target frame rate.
    +
    Returns:
    +
    Returns an Integer value.
    +

    +

    +

    Application.SetTargetFrameRate

    + Application.SetTargetFrameRate(framerate) +
    Sets the target frame rate.
    +
    Parameters:
    + +

    Application.GetFPS

    Application.GetFPS() -
    Gets the current FPS.
    +
    Gets the current FPS (frames per second).
    Returns:
    Returns a Decimal value.

    @@ -9993,7 +10011,7 @@

    XML.Parse

    Returns:
    Returns a Map value if the text can be decoded, otherwise returns null.

    -

    721 out of 780 functions have descriptions.

    +

    723 out of 782 functions have descriptions.


    Instance methods