check_meta_registered


Description:

public bool check_meta_registered (string meta_item, out MetaFlag flags, out Type type)

Checks whether the specified field has been registered as static, and gets the registered type and flags of the field, as used in register_meta and register_static_meta.

Parameters:

this

A MetaContainer

meta_item

The key for the this field to check

flags

A destination to get the registered flags of the field, or null to ignore

type

A destination to get the registered type of the field, or null to ignore

Returns:

true if the meta_item field has been registered on this.