CharToAscii

From the Fallout3 GECK Wiki
Revision as of 10:08, 21 August 2014 by imported>Odessa (created source obse docs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the ASCII code of a single character passed as a string. Additional characters in the string are ignored. Added by NVSE 4.1.

Syntax

[help]
(ASCIICode:int) CharToASCII SourceCharacter:string

See Also