get_boolean


Description:

public bool get_boolean (string meta_item, out bool dest)

Gets the current boolean value of the specified field of the meta container.

If the field does not have a set value, or it is of the wrong type, the method will fail.

Parameters:

this

A MetaContainer

meta_item

The key for the this field to get

dest

Destination into which the value under meta_item should be copied.

Returns:

true if the boolean value under meta_item was copied to dest.