DebugTextCreate

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Creates debug text on screen.

Syntax

[help]
DebugTextCreate DebugTextName:string PosX:float PosY:float Text:string

Example

DebugTextCreate "MyDebugText1" 100 100 "My Text"

Will create Debug text named "MyDebugText1" in the position X:100,Y:100 with text "My Text".

See Also