A CallSpecial

From ECWolf Wiki
Revision as of 21:48, 7 January 2013 by Blzut3 (talk | contribs) (Created page with "'''A_CallSpecial''' (int ''special''[, int ''arg1''[, int ''arg2''[, int ''arg3''[, int ''arg4''[, int arg5]]]]]) {{warning|This function isn't intended for direct use. Docum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A_CallSpecial (int special[, int arg1[, int arg2[, int arg3[, int arg4[, int arg5]]]]])

Error.gif
Warning: This function isn't intended for direct use. Documentation is provided only for completeness.


This function is used internally to call an action special with the given arguments. This function doesn't need to be used directly as the name of the action special can be used as a action pointer instead.