Skip to content

1338/scripting-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Scripting docs

TES3MP

Table of contents

  1. Introduction
  2. GUI
    1. Dynamic GUI IDs
  3. Another paragraph

Introduction

Some introduction text, formatted in heading 2 style

GUI

These are some usefull tidbits when using GUIs.

Dynamic GUI IDs

Due to how the guiHelper is scripted the best way to add a new guiID is this:

local GUIID = "name"
if not guiHelper.ID[GUIID] then
    guiHelper.ID[GUIID] = tableHelper.getCount(guiHelper.ID) + 1
end

About

Handy docs for scripters of TES3MP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published