Wren Plugin for Xojo

EinhugurWren.SlotTypes Enum

Slot type enum to be used with the SlotType method on the VM class.

enum EinhugurWren.SlotTypes

Constants

BOOL = 0The slot contains Boolean.
NUM = 1The slot contains Number.
FOREIGN = 2The slot contains Xojo Object.
LIST = 3The slot contains Wren list.
MAP = 4The slot contains Wren map.
NULL = 5The slot contains NULL - no value representation.
STRING = 6The slot contains String.
UNKNOWN = 7The slot contains object which is of a type that isn't accessible by the C API.