API: Changed Def_Get() behavior for type:DD_DEF_ACTION
Rather than return an arbitrary index if the named action is found, return non-zero and if specified, write the address of the associated action function to 'out'.
As of this commit, action functions are now only referenced by their unique name.
API: Changed Def_Get() behavior for type:DD_DEF_ACTION
Rather than return an arbitrary index if the named action is found,
return non-zero and if specified, write the address of the associated
action function to 'out'.
As of this commit, action functions are now only referenced by their
unique name.