luxe: system/tiles.modifier
import "luxe: system/tiles.modifier" for Datano docs found
Variables
Section titled “Variables”var tiles : Asset = nullSystem
Section titled “System”import "luxe: system/tiles.modifier" for Systemno docs found
System.new(.)
Section titled “System.new(.)”System.new(world : World) : Systemno docs found
import "luxe: system/tiles.modifier" for Tileno docs found
Tile.create(…)
Section titled “Tile.create(…)”Tile.create(entity : Any, x : Any, y : Any, depth : Any, visual_id : Any) : unknownno docs found
Tile.destroy(..)
Section titled “Tile.destroy(..)”Tile.destroy(entity : Any, tile : Any) : unknownno docs found
Tile.destroy_at(…)
Section titled “Tile.destroy_at(…)”Tile.destroy_at(entity : Any, x : Any, y : Any, depth : Any) : unknownno docs found
Tile.exists_at(…)
Section titled “Tile.exists_at(…)”Tile.exists_at(entity : Any, x : Any, y : Any, depth : Any) : unknownno docs found
Tile.get_at(…)
Section titled “Tile.get_at(…)”Tile.get_at(entity : Any, x : Any, y : Any, depth : Any) : unknownno docs found
Tile.get_all(..)
Section titled “Tile.get_all(..)”Tile.get_all(entity : Any, into : Any) : unknownno docs found
Tile.get_all_at(…)
Section titled “Tile.get_all_at(…)”Tile.get_all_at(entity : Any, x : Any, y : Any, into : Any) : unknownno docs found
Tile.get_all_at_depth(…)
Section titled “Tile.get_all_at_depth(…)”Tile.get_all_at_depth(entity : Any, depth : Any, into : Any) : unknownno docs found
Tile.get_all_with_tag(…)
Section titled “Tile.get_all_with_tag(…)”Tile.get_all_with_tag(entity : Any, tag : Any, into : Any) : unknownno docs found
Tile.get_all_with_visual(…)
Section titled “Tile.get_all_with_visual(…)”Tile.get_all_with_visual(entity : Any, visual : Any, into : Any) : unknownno docs found
Tile.add_tag(…)
Section titled “Tile.add_tag(…)”Tile.add_tag(entity : Any, tile : Any, tag : Any) : unknownno docs found
Tile.remove_tag(…)
Section titled “Tile.remove_tag(…)”Tile.remove_tag(entity : Any, tile : Any, tag : Any) : unknownno docs found
Tile.has_tag(…)
Section titled “Tile.has_tag(…)”Tile.has_tag(entity : Any, tile : Any, tag : Any) : unknownno docs found
Tile.get_tags(..)
Section titled “Tile.get_tags(..)”Tile.get_tags(entity : Any, tile : Any) : unknownno docs found
Tile.clear_tags(..)
Section titled “Tile.clear_tags(..)”Tile.clear_tags(entity : Any, tile : Any) : unknownno docs found
Tile.set(…)
Section titled “Tile.set(…)”Tile.set(entity : Any, tile : Any, key : Any, value : Any) : unknownno docs found
Tile.get(…)
Section titled “Tile.get(…)”Tile.get(entity : Any, tile : Any, key : Any, default : Any) : unknownno docs found
Tile.set_coord(…)
Section titled “Tile.set_coord(…)”Tile.set_coord(entity : Any, tile : Any, x : Any, y : Any) : unknownno docs found
Tile.get_coord_x(..)
Section titled “Tile.get_coord_x(..)”Tile.get_coord_x(entity : Any, tile : Any) : unknownno docs found
Tile.get_coord_y(..)
Section titled “Tile.get_coord_y(..)”Tile.get_coord_y(entity : Any, tile : Any) : unknownno docs found
Tile.set_depth(…)
Section titled “Tile.set_depth(…)”Tile.set_depth(entity : Any, tile : Any, depth : Any) : unknownno docs found
Tile.get_depth(..)
Section titled “Tile.get_depth(..)”Tile.get_depth(entity : Any, tile : Any) : unknownno docs found
Tile.set_offset(…)
Section titled “Tile.set_offset(…)”Tile.set_offset(entity : Any, tile : Any, x : Any, y : Any) : unknownno docs found
Tile.set_offset_x(…)
Section titled “Tile.set_offset_x(…)”Tile.set_offset_x(entity : Any, tile : Any, x : Any) : unknownno docs found
Tile.set_offset_y(…)
Section titled “Tile.set_offset_y(…)”Tile.set_offset_y(entity : Any, tile : Any, y : Any) : unknownno docs found
Tile.get_offset_x(..)
Section titled “Tile.get_offset_x(..)”Tile.get_offset_x(entity : Any, tile : Any) : unknownno docs found
Tile.get_offset_y(..)
Section titled “Tile.get_offset_y(..)”Tile.get_offset_y(entity : Any, tile : Any) : unknownno docs found
Tile.reset_size(..)
Section titled “Tile.reset_size(..)”Tile.reset_size(entity : Any, tile : Any) : unknownno docs found
Tile.set_size(…)
Section titled “Tile.set_size(…)”Tile.set_size(entity : Any, tile : Any, x : Any, y : Any) : unknownno docs found
Tile.set_size_x(…)
Section titled “Tile.set_size_x(…)”Tile.set_size_x(entity : Any, tile : Any, x : Any) : unknownno docs found
Tile.set_size_y(…)
Section titled “Tile.set_size_y(…)”Tile.set_size_y(entity : Any, tile : Any, y : Any) : unknownno docs found
Tile.get_size_x(..)
Section titled “Tile.get_size_x(..)”Tile.get_size_x(entity : Any, tile : Any) : unknownno docs found
Tile.get_size_y(..)
Section titled “Tile.get_size_y(..)”Tile.get_size_y(entity : Any, tile : Any) : unknownno docs found
Tile.set_flip(…)
Section titled “Tile.set_flip(…)”Tile.set_flip(entity : Any, tile : Any, x : Any, y : Any) : unknownno docs found
Tile.set_flip_x(…)
Section titled “Tile.set_flip_x(…)”Tile.set_flip_x(entity : Any, tile : Any, flip : Any) : unknownno docs found
Tile.set_flip_y(…)
Section titled “Tile.set_flip_y(…)”Tile.set_flip_y(entity : Any, tile : Any, flip : Any) : unknownno docs found
Tile.get_flip_x(..)
Section titled “Tile.get_flip_x(..)”Tile.get_flip_x(entity : Any, tile : Any) : unknownno docs found
Tile.get_flip_y(..)
Section titled “Tile.get_flip_y(..)”Tile.get_flip_y(entity : Any, tile : Any) : unknownno docs found
Tile.set_visual(…)
Section titled “Tile.set_visual(…)”Tile.set_visual(entity : Any, tile : Any, visual : Any) : unknownno docs found
Tile.get_visual(..)
Section titled “Tile.get_visual(..)”Tile.get_visual(entity : Any, tile : Any) : unknownno docs found
Tile.set_angle(…)
Section titled “Tile.set_angle(…)”Tile.set_angle(entity : Any, tile : Any, angle : Any) : unknownno docs found
Tile.get_angle(..)
Section titled “Tile.get_angle(..)”Tile.get_angle(entity : Any, tile : Any) : unknownno docs found
Tile.set_color(…)
Section titled “Tile.set_color(…)”Tile.set_color(entity : Any, tile : Any, color : Any) : unknownno docs found
Tile.get_color(..)
Section titled “Tile.get_color(..)”Tile.get_color(entity : Any, tile : Any) : unknownno docs found
import "luxe: system/tiles.modifier" for Tilesno docs found
Tiles.create(…)
Section titled “Tiles.create(…)”Tiles.create(entity : Any, grid_size_x : Any, grid_size_y : Any) : unknownno docs found
Tiles.create(..)
Section titled “Tiles.create(..)”Tiles.create(entity : Any, asset : Any) : unknownno docs found
Tiles.destroy(.)
Section titled “Tiles.destroy(.)”Tiles.destroy(entity : Any) : unknownno docs found
Tiles.clear(.)
Section titled “Tiles.clear(.)”Tiles.clear(entity : Any) : unknownno docs found
Tiles.has(.)
Section titled “Tiles.has(.)”Tiles.has(entity : Any) : unknownno docs found
Tiles.commit(.)
Section titled “Tiles.commit(.)”Tiles.commit(entity : Any) : unknownno docs found
Tiles.set_grid_size(…)
Section titled “Tiles.set_grid_size(…)”Tiles.set_grid_size(entity : Any, x : Any, y : Any) : unknownno docs found
Tiles.get_grid_size(.)
Section titled “Tiles.get_grid_size(.)”Tiles.get_grid_size(entity : Any) : unknownno docs found
Tiles.set_asset(..)
Section titled “Tiles.set_asset(..)”Tiles.set_asset(entity : Any, asset_id : Any) : unknownno docs found
Tiles.get_asset_id(.)
Section titled “Tiles.get_asset_id(.)”Tiles.get_asset_id(entity : Any) : unknownno docs found
Tiles.set_asset_id(..)
Section titled “Tiles.set_asset_id(..)”Tiles.set_asset_id(entity : Any, asset_id : Any) : unknownno docs found
Tiles.define_source(…)
Section titled “Tiles.define_source(…)”Tiles.define_source(entity : Any, source_id : Any, material : Any) : unknownno docs found
Tiles.undefine_source(..)
Section titled “Tiles.undefine_source(..)”Tiles.undefine_source(entity : Any, source_id : Any) : unknownno docs found
Tiles.has_source(..)
Section titled “Tiles.has_source(..)”Tiles.has_source(entity : Any, source_id : Any) : unknownno docs found
Tiles.define_visual(…)
Section titled “Tiles.define_visual(…)”Tiles.define_visual(entity : Any, source_id : Any, visual_id : Any, options : Any) : unknownno docs found
Tiles.undefine_visual(…)
Section titled “Tiles.undefine_visual(…)”Tiles.undefine_visual(entity : Any, source_id : Any, visual_id : Any) : unknownno docs found
Tiles.has_visual(..)
Section titled “Tiles.has_visual(..)”Tiles.has_visual(entity : Any, visual_id : Any) : unknownno docs found
Tiles.get_bounds_rects(…)
Section titled “Tiles.get_bounds_rects(…)”Tiles.get_bounds_rects(entity : Any, tiles : Any, into : Any) : unknownno docs found