Category:All commands: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
→‎Array Operations: Added setarray, setarraysequence, getarraysequence
(8 intermediate revisions by 2 users not shown)
Line 11: Line 11:
<!-- These deal with matters outside the game world. -->
<!-- These deal with matters outside the game world. -->
*[[dynamicremap]]
*[[dynamicremap]]
*[[dynamicsoundremap]]
*[[setcfgname]]
*[[setcfgname]]
*[[setdefname]]
*[[setdefname]]
Line 20: Line 21:
*[[definegamefuncname]]
*[[definegamefuncname]]
*[[definegametype]]
*[[definegametype]]
*[[definevolumename]]
*[[definevolumeflags]]
*[[definelevelname]]
*[[definelevelname]]
*[[defineskillname]]
*[[defineskillname]]
*[[definevolumename]]
*[[undefinevolume]]
*[[undefinelevel]]
*[[undefineskill]]
===If===
===If===
*[[ifrespawn]]
*[[ifrespawn]]
Line 42: Line 47:
===Procedural===
===Procedural===
*[[onevent]]
*[[onevent]]
*[[appendevent]]
*[[endevent]]
*[[endevent]]
===Subroutines===
===Subroutines===
*[[state]]
*[[state]]
*[[defstate]]
*[[ends]]
*[[ends]]
==Flow Control==
==Flow Control==
===If Components===
===If Components===
Line 59: Line 68:
*[[return]]
*[[return]]
===Jump===
===Jump===
:''Note: Jumping commands are deprecated and will not be supported by Lunatic. Use [[#Loops|loops]] instead.''
*[[getcurraddress]]
*[[getcurraddress]]
*[[jump]]
*[[jump]]
===Loops===
===Loops===
*[[whilevarn]]
*[[whilevarn]]
*[[whilevarvarn]]
*[[whilevarvarn]]
:''It is also possible to loop by calling a state from within itself.''
==Game Variables==
==Game Variables==
*[[gamevar]]
*[[gamevar]]
Line 118: Line 131:
===Array Operations===
===Array Operations===
*[[getarraysize]]
*[[getarraysize]]
*[[getarraysequence]]
*[[resizearray]]
*[[resizearray]]
*[[copy]]
*[[copy]]
*[[setarray]]
*[[setarraysequence]]
===Data Saving===
===Data Saving===
*[[readgamevar]]
*[[readgamevar]]
Line 195: Line 212:
*[[clipmove]]
*[[clipmove]]
*[[clipmovenoslide]]
*[[clipmovenoslide]]
===Measurements===
===Measurements===
*[[dist]]
*[[dist]]
Line 245: Line 261:
*[[money]]
*[[money]]
*[[paper]]
*[[paper]]
==Projectiles==
==Projectiles==
*[[defineprojectile]]
*[[defineprojectile]]
Line 271: Line 286:
*[[lockplayer]]
*[[lockplayer]]
*[[resetplayer]]
*[[resetplayer]]
*[[resetplayerflags]]
===If===
===If===
*[[ifgotweaponce]]
*[[ifgotweaponce]]
Line 278: Line 294:
*[[ifphealthl]]
*[[ifphealthl]]
*[[ifpinventory]]
*[[ifpinventory]]
*[[ifplayersl]]
==Sectors==
==Sectors==
===Operating===
===Operating===
Line 286: Line 303:
*[[operatesectors]]
*[[operatesectors]]
*[[activatebysector]]
*[[activatebysector]]
*[[activate]]
===Manipulation===
===Manipulation===
*[[dragpoint]]
*[[dragpoint]]
Line 335: Line 353:
*[[globalsound]]
*[[globalsound]]
*[[globalsoundvar]]
*[[globalsoundvar]]
*[[screensound]]
*[[stopsound]]
*[[stopsound]]
*[[stopsoundvar]]
*[[stopsoundvar]]
Line 347: Line 366:
*[[starttrack]]
*[[starttrack]]
*[[starttrackvar]]
*[[starttrackvar]]
*[[getmusicposition]]
*[[setmusicposition]]
==Quotes==
==Quotes==
*[[definequote]]
*[[definequote]]
Line 353: Line 374:
*[[userquote]]
*[[userquote]]
*[[qsprintf]]
*[[qsprintf]]
*[[qstrcpy]]
*[[qstrcat]]
*[[qstrcat]]
*[[qstrcpy]]
*[[qstrncat]]
*[[qstrlen]]
*[[qstrlen]]
*[[qstrncat]]
*[[qsubstr]]
*[[qsubstr]]
*[[qstrdim]]
*[[qgetsysstr]]
*[[qgetsysstr]]
*[[getpname]]
*[[getpname]]
*[[getkeyname]]
*[[getkeyname]]
==Cutscenes==
*[[startcutscene]]
*[[ifcutscene]]
==Screen==
==Screen==
===Screen Manipulation===
===Screen Manipulation===
Line 376: Line 401:
*[[rotatesprite]]
*[[rotatesprite]]
*[[rotatesprite16]]
*[[rotatesprite16]]
*[[rotatespritea]]
*[[screentext]]
*[[gametext]]
*[[gametext]]
*[[gametextz]]
*[[gametextz]]
Line 395: Line 422:
*[[inittimer]]
*[[inittimer]]
*[[endofgame]]
*[[endofgame]]
*[[endoflevel]]
*[[cmenu]]
*[[cmenu]]
==Game Saving==
==Game Saving==
Line 413: Line 441:
*[[eventloadactor]]
*[[eventloadactor]]
*[[time]]
*[[time]]
*[[shadeto]]
===Screen Drawing===
===Screen Drawing===
*[[myos]]
*[[myos]]

Revision as of 06:49, 11 February 2020

EDuke32 Scripting

Preprocessor

Meta-Settings

If

Global Settings

Block Delimiting

Object-Oriented

Procedural

Subroutines

Flow Control

If Components

Switch

Termination

Jump

Note: Jumping commands are deprecated and will not be supported by Lunatic. Use loops instead.

Loops

It is also possible to loop by calling a state from within itself.

Game Variables

Gamevar Operators

Gamevar Conditions

Math Operations

Array Operations

Data Saving

Structure Access

Actors

Structures

If

Commands

Measurements

Surroundings

Commands

If

Mapping Features

Player Interaction

Spawning

Materials

Projectiles

Player

Commands

If

Sectors

Operating

Manipulation

Analysis

Discovery

Searching

Sorting

Audio

Sounds

Music

Quotes

Cutscenes

Screen

Screen Manipulation

Player Actions

Screen Drawing

Math

Time Access

Game-Changing

Game Saving

Hub Maps

Debug

Deprecated

Screen Drawing

Single-Use Structure Access

Subcategories

This category has the following 14 subcategories, out of 14 total.

E

G

I

P

S