Skip to content

Commit 72b7b16

Browse files
Update README.md
1 parent 2d53b22 commit 72b7b16

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,20 @@ The following values ​​are built-in functions that are placed after the equa
284284
- @cl: **Sessioc Cache Then Delete It** - Value `Key|Replacement value`
285285
- @cd: **Cache** - Value `Key|Replacement value`
286286
- @ct: **Cache Then Delete It** - Value `Key|Replacement value`
287+
- @_: **Script** - Value `Script text`
288+
- @lu: **Script** - Value `Url`
289+
- @lL: **Session Cache Line** - Value `Key[{Line} (without this, it reads the first line then deletes it)`
290+
- @lI: **Session Cache INI** - Value `Key[{INIKey}`
291+
- @dL: **Cache Line** - Value `Key[{Line} (without this, it reads the first line then deletes it)`
292+
- @dI: **Cache INI** - Value `Key[{INIKey}`
293+
- @ek: **Event Key**
294+
- @ew: **Event Which**
295+
- @ex: **Event Client X**
296+
- @ey: **Event Client Y**
297+
- @eX: **Event Page X**
298+
- @eY: **Event Page Y**
299+
- @Ex: **Event Offset X**
300+
- @Ey: **Event Offset Y**
287301

288302
> Note: Action controls are executed sequentially; if an action control decides to change an `id` attribute from a tag, subsequent action controls cannot perform actions with the previous `id` attribute.
289303

0 commit comments

Comments
 (0)