StrArg

From ZDoom Wiki
Revision as of 13:05, 11 January 2019 by Marrub (talk | contribs) (Created page with "__NOTOC__ int '''StrArg''' (str ''string''); ==Usage== Creates an integer representation of ''string'' which can be used as an argument to Action specials used on lines,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


int StrArg (str string);

Usage

Creates an integer representation of string which can be used as an argument to Action specials used on lines, actors, etc, most prominently ACS_NamedExecute.

Parameters

  • string: The string to convert.

Return Value

An implementation defined integer value representing string, which may not be used in contexts other than an action special.