get_static_member_bool | Precisamento

get_static_member_bool

Home
functions
constants
json
examples

Gets a static member as a bool.

Syntax

1
get_static_member_bool(type_name, member_name)
Argument Type Description
type_name string The name of the type that declares the field or property.
member_name string The name of the field or property to get.

Returns: Bool

Description

This function gets a static member as a bool.