| |
crpl:crplreference [2021/01/06 15:56] – nathanaelps | crpl:crplreference [2025/02/14 14:57] (current) – external edit 127.0.0.1 |
---|
<-[[cw3:creeper_world_3|CW3 Home]]<- [[crpl:start|CRPL Home]]\\ | <-[[cw3:creeper_world_3|CW3 Home]]<- [[crpl:start|CRPL Home]]\\ |
====== CRPL Reference ====== | ====== CRPL Reference ====== |
| |
| <WRAP round todo> |
| There is a slow and ongoing process to convert entries in this wiki to the more user-friendly format of the 4RPL wiki. Contributors are welcome. Note that the process may never complete. |
| |
| See [[crpl:new_format|here]] for the old/new format. |
| </WRAP> |
| |
This reference is divided into two major sections with many subsections in each of those. The purpose of this reference is to provide an index to all commands in the language, and define the input required and the output produced by each command. In many instances a short example of the use of the command is provided. | This reference is divided into two major sections with many subsections in each of those. The purpose of this reference is to provide an index to all commands in the language, and define the input required and the output produced by each command. In many instances a short example of the use of the command is provided. |
| |
There is also an [[alphabetic list of commands]] in the language. In addition, you can [[examine map resources]] from other maps and missions from the game. | There is also an [[alphabetic list of commands]] in the language. In addition, you can [[examine map resources]] from other maps and missions from the game. |
| |
| <WRAP round info>If you are looking for the in-game images (and some that was never used), then look no further than the [[cw3:Units]] page!. </WRAP> |
| |
| |
==== Table of Contents ==== | ==== Table of Contents ==== |
| |
<columns 100% 50% 0% 50% -> | <columns 95% 45% - 45% > |
| |
=== Language API === | === Language API === |
| [[crpl:docs:read|<-VARNAME]] | [[crpl:docs:write|->VARNAME]] | [[crpl:docs:exists|-?VARNAME]] | | | [[crpl:docs:read|<-VARNAME]] | [[crpl:docs:write|->VARNAME]] | [[crpl:docs:exists|-?VARNAME]] | |
| [[crpl:docs:refread|<-!]] | [[crpl:docs:refwrite|->!]] | [[crpl:docs:refexists|-?!]] | | | [[crpl:docs:refread|<-!]] | [[crpl:docs:refwrite|->!]] | [[crpl:docs:refexists|-?!]] | |
| [[crpl:docs:refdelete|--?]] | | | | | [[crpl:docs:refdelete|--!]] | | | |
| [[crpl:docs:call|@FUNC_NAME]] | [[crpl:docs:func|:FUNC_NAME]] | | | | [[crpl:docs:call|@FUNC_NAME]] | [[crpl:docs:func|:FUNC_NAME]] | | |
| |
| [[crpl:docs:ElapsedTime]] | [[crpl:docs:ResetGameTime]] | [[crpl:docs:InvocationCount]] | | | [[crpl:docs:ElapsedTime]] | [[crpl:docs:ResetGameTime]] | [[crpl:docs:InvocationCount]] | |
| [[crpl:docs:SetGameTime]] | [[crpl:docs:GetGameTimeFrames]] | [[crpl:docs:SetGameTimeFrames]] | | | [[crpl:docs:SetGameTime]] | [[crpl:docs:GetGameTimeFrames]] | [[crpl:docs:SetGameTimeFrames]] | |
| [[crpl:docs:FailMission]] | [[crpl:docs:DestroyAllEnemyUnits]] | | | | [[crpl:docs:FailMission]] | [[crpl:docs:DestroyAllEnemyUnits]] | [[crpl:docs:GetMissionMode]] | |
| [[crpl:docs:PauseGame]] | [[crpl:docs:UnpauseGame]] | [[crpl:docs:NotPersist]] | | | [[crpl:docs:PauseGame]] | [[crpl:docs:UnpauseGame]] | [[crpl:docs:NotPersist]] | |
| [[crpl:docs:SetSystemInhibited]] | [[crpl:docs:GetCurrentBuildTab]] | | | | [[crpl:docs:SetSystemInhibited]] | [[crpl:docs:GetCurrentBuildTab]] | | |