Sets a static member, using the first argument as the value.
Syntax
1
set_static_member(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 set. |
Returns: 1
Description
This function sets a static member, using the first argument as the value.