Skip to content
LB-- edited this page Nov 7, 2012 · 1 revision

<< Macros

#define LinkAction(ID, Function) \
	SDK->ActionFunctions[ID] = Edif::MemberFunctionPointer(&Extension::Function);
Given an ID and the name of a member function in the Extension class, associates that member function with the given Action ID.

Clone this wiki locally