Saves a static member, and returns its id.
Syntax
1
save_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 save. |
Returns: Instance Id
Description
This function saves a static member, and returns its id.