Gamend.GDScript.API (gamend_plugin_tools v1.0.1195)

Copy Markdown View Source

The gamend contexts a GDScript hook may call, with the arities of each function. Generated by mix gen.sdk from its @sdk_modules list -- do not edit, run the task.

Summary

Functions

Arities context.function accepts, or nil when it does not exist.

Every callable context name, sorted.

Function names on context, or nil when the context is unknown.

Functions

arities(context, function)

@spec arities(String.t(), String.t()) :: [non_neg_integer()] | nil

Arities context.function accepts, or nil when it does not exist.

contexts()

@spec contexts() :: [String.t()]

Every callable context name, sorted.

functions(context)

@spec functions(String.t()) :: [String.t()] | nil

Function names on context, or nil when the context is unknown.