Skip to content

Macro:LinkExpression

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

<< Macros

#define LinkExpression(ID, Function) \
	SDK->ExpressionFunctions[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 Expression ID.