GetCommandOpcode

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender version 6.1.6.

Description

Returns the command opcode for the specified command

Syntax

[help]
(int) GetCommandOpcode CommandName:string 

Example

int iActivateCommandOpcode = GetCommandOpcode "Activate"

Content of iActivateCommandOpcode: 4109

See Also