StrArg

From ZDoom Wiki
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.