Skip to content

luxe API (2025.1.2)


luxe: system/tags.modifier module


Data

import "luxe: system/tags.modifier" for Data

no docs found

  • var tags : List = []

System

import "luxe: system/tags.modifier" for System

no docs found

  • new(world: World)

System.new(world: World) returns System

no docs found

Tags

import "luxe: system/tags.modifier" for Tags

no docs found


Tags.create(entity: Any) returns unknown

no docs found

Tags.destroy(entity: Any) returns unknown

no docs found

Tags.has(entity: Any) returns unknown

no docs found

Tags.add(entity: Any, tag: Any) returns unknown

no docs found

Tags.remove(entity: Any, tag: Any) returns unknown

no docs found

Tags.list(world: Any, tag: Any) returns unknown

no docs found

Tags.list(entity: Any) returns unknown

no docs found

Tags.has_tag(entity: Any, tag: Any) returns unknown

no docs found