AngeliA
Search Results for

    Show / Hide Table of Contents

    Class OnGameTryingToQuitAttribute

    The function will be called when player try to quit the game. Return false will stop the application from quiting.

    Examples
    [OnGameTryingToQuit]
    internal static bool ExampleFunction () { return true; }

    Constructors

    OnGameTryingToQuitAttribute(int)

    The function will be called when player try to quit the game. Return false will stop the application from quiting.

    Declaration
    public OnGameTryingToQuitAttribute(int order = 0)
    Parameters
    Type Name Description
    int order

    Function with smaller order will be called earlier

    Examples
    [OnGameTryingToQuit]
    internal static bool ExampleFunction () { return true; }
    Back to top ๐Ÿ„๐Ÿฆโ€โฌ›๐Ÿงฆ๐Ÿˆ๐ŸŽƒ๐Ÿ’“๐ŸŒนโ˜•๐Ÿดโ€โ˜ ๏ธ๐Ÿค