Gets a value for a given key from a Hash.
See CBA_fnc_hashCreate.
_hash | Hash to look for key in [Array which is a Hash structure] |
_key | Key to search for in Hash [Any] |
_defaultOverwrite | Default Overwrite if key is not defined [Any] |
Value associated with the key, or Hash default value if key missing [Any]
Spooner