Custom Command
FunctionsObject Functions

$objectKeys

Return the Object Keys with the seperator between each key

Usage

$objectKeys[Seperator (optional, default:, );Nested Property 1;Nested Property 2;...]

Example:

Member
9/5/2026

!!exec $objectSet[user1;name;Mido] $objectSet[user1;id;1234] $objectSet[user1;weapon;Sword] $objectSet[user2;name;Rake] $objectSet[user2;id;5678] $objectSet[user2;weapon;Feather] $objectKeys[/]

Custom Command
APP
9/5/2026
user1/user2

Example (Getting Nested Property Keys):

Member
9/5/2026

!!exec $objectSet[user1;name;Mido] $objectSet[user1;id;1234] $objectSet[user1;weapon;Sword] $objectSet[user2;name;Rake] $objectSet[user2;id;5678] $objectSet[user2;weapon;Feather] $objectKeys[/;user1]

Custom Command
APP
9/5/2026
name/id/weapon

On this page