Difference between revisions of "A CallSpecial"

From ECWolf Wiki
(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...")
 
(No difference)

Latest revision as of 21:48, 7 January 2013

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.