User Tools

Site Tools


crpl:docs:setpopuptextalwaysvisible

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:setpopuptextalwaysvisible [2013/08/13 18:41] Neko187crpl:docs:setpopuptextalwaysvisible [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~ +<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#text_commands|Text Commands]]
-<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#utility_commands|Utility Commands]]+
 =====  SetPopupTextAlwaysVisible  ===== =====  SetPopupTextAlwaysVisible  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
-|A Popup and a True/False input|A Popup that is/is not always visible.|''Not sure how to write this''|+|Always visible?|Changes whether the popup text is visible|''b1 -''|
  
  
 === Description === === Description ===
-If SetPopupTextAlwaysVisible reads "True", the mouse-over text will always be visible.+The CRPL tower's popup text usually appears only when the mouse is pointing at it.  Use this command with argument "True" to make the popup text appear all the timeregardless of where the mouse is.
 === Examples === === Examples ===
 <code> <code>
-# makes popup "PopupTextHere" always visible  +# makes the current object display the words "PopupTextHere" 
-"PopupTextHere" SetPopupText "TrueSetPopupTextAlwaysVisible+"PopupTextHere" SetPopupText True SetPopupTextAlwaysVisible
 </code>  </code> 
 <code> <code>
-# makes popup "PopupTextHere" always visible **using Warp notation** +# makes the current object display the word "PopupTextHere" (using Warp notation) 
-SetPopupText ("PopupTextHere") SetPopupTextAlwaysVisible ("True"+SetPopupText ("PopupTextHere") 
 +SetPopupTextAlwaysVisible (True) 
 </code>  </code> 
crpl/docs/setpopuptextalwaysvisible.1376419262.txt.gz · Last modified: 2025/02/14 14:56 (external edit)