GetCommandOpcode
From GECK
A function added by the New Vegas Script Extender version 6.1.6.
Contents
Description
Returns the command opcode for the specified command
Syntax
(int) GetCommandOpcode CommandName:string
Example
int iActivateCommandOpcode = GetCommandOpcode "Activate"
Content of iActivateCommandOpcode: 4109