Core
2 posts tagged with "Core"
core-kv-get
function
The core-kv-get action core-kv-get gets kv. It belongs to the core category within the core area.
Action Syntax
core-kv-get $variable from "text"
A variable name starting with $ followed by a value followed by A quoted text string
Return Value
This function returns a
VARREC
value that can be stored in a variable:
$result = core-kv-get
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$varrec = core-kv-get $keyname from "BIND"
Action code: 1107059142
Version: 0.6.4
Last updated: 2025-06-13
core-run
function
The core-run action core-run a reserver internal only CFW runner. It belongs to the core category within the core area.
Action Syntax
core-run [file]
A file reference
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = core-run
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = core-run [server-block]
Action code: 4041160597
Version: 0.6.4-0
Last updated: 2025-06-13