luxe: system/tags.modifier
import "luxe: system/tags.modifier" for Datano docs found
Variables
Section titled “Variables”var tags : List = []System
Section titled “System”import "luxe: system/tags.modifier" for Systemno docs found
System.new(.)
Section titled “System.new(.)”System.new(world : World) : Systemno docs found
import "luxe: system/tags.modifier" for Tagsno docs found
Tags.create(.)
Section titled “Tags.create(.)”Tags.create(entity : Any) : unknownno docs found
Tags.destroy(.)
Section titled “Tags.destroy(.)”Tags.destroy(entity : Any) : unknownno docs found
Tags.has(.)
Section titled “Tags.has(.)”Tags.has(entity : Any) : unknownno docs found
Tags.add(..)
Section titled “Tags.add(..)”Tags.add(entity : Any, tag : Any) : unknownno docs found
Tags.remove(..)
Section titled “Tags.remove(..)”Tags.remove(entity : Any, tag : Any) : unknownno docs found
Tags.list(..)
Section titled “Tags.list(..)”Tags.list(world : Any, tag : Any) : unknownno docs found
Tags.list(.)
Section titled “Tags.list(.)”Tags.list(entity : Any) : unknownno docs found
Tags.has_tag(..)
Section titled “Tags.has_tag(..)”Tags.has_tag(entity : Any, tag : Any) : unknownno docs found