diff --git a/docs/index.html b/docs/index.html index e1d57f959..07ac14da2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1663,6 +1663,9 @@
  • HudPlayer
  • +
  • + ItemOwnerDetails +
  • Letter
  • @@ -1678,6 +1681,12 @@
  • RenderInfo
  • +
  • + RoomOwnerDetails +
  • +
  • + RoomOwnersInfo +
  • ShortTileCodeDef
  • @@ -8732,6 +8741,27 @@

    HudPlayer

    +

    ItemOwnerDetails

    +

    Used in RoomOwnersInfo

    + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    ENT_TYPEowner_type
    intowner_uid

    Letter

    @@ -9109,6 +9139,53 @@

    RenderInfo

    Hooks after the virtual function.
    The callback signature is nil render(RenderInfo self, float float, VanillaRenderContext vanilla_render_context)
    +

    RoomOwnerDetails

    +

    Used in RoomOwnersInfo

    + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    intlayer
    introom_index
    intowner_uid
    +

    RoomOwnersInfo

    +

    Used in StateMemory

    + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    custom_map<int, ItemOwnerDetails>owned_itemskey/index is the uid of an item
    array<RoomOwnerDetails>owned_rooms

    ShortTileCodeDef

    Used in get_short_tile_code, get_short_tile_code_definition and PostRoomGenerationContext

    @@ -15475,6 +15552,11 @@

    StateMemory

    next_entity_uid Next entity spawned will have this uid + +RoomOwnersInfo +room_owners +Holds info about owned rooms and items (shops, challenge rooms, vault etc.) +

    Texture types

    TextRenderingInfo

    diff --git a/docs/light.html b/docs/light.html index 4d4accded..051158250 100644 --- a/docs/light.html +++ b/docs/light.html @@ -1663,6 +1663,9 @@
  • HudPlayer
  • +
  • + ItemOwnerDetails +
  • Letter
  • @@ -1678,6 +1681,12 @@
  • RenderInfo
  • +
  • + RoomOwnerDetails +
  • +
  • + RoomOwnersInfo +
  • ShortTileCodeDef
  • @@ -8732,6 +8741,27 @@

    HudPlayer

    +

    ItemOwnerDetails

    +

    Used in RoomOwnersInfo

    + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    ENT_TYPEowner_type
    intowner_uid

    Letter

    @@ -9109,6 +9139,53 @@

    RenderInfo

    Hooks after the virtual function.
    The callback signature is nil render(RenderInfo self, float float, VanillaRenderContext vanilla_render_context)
    +

    RoomOwnerDetails

    +

    Used in RoomOwnersInfo

    + + + + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    intlayer
    introom_index
    intowner_uid
    +

    RoomOwnersInfo

    +

    Used in StateMemory

    + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    custom_map<int, ItemOwnerDetails>owned_itemskey/index is the uid of an item
    array<RoomOwnerDetails>owned_rooms

    ShortTileCodeDef

    Used in get_short_tile_code, get_short_tile_code_definition and PostRoomGenerationContext

    @@ -15475,6 +15552,11 @@

    StateMemory

    next_entity_uid Next entity spawned will have this uid + +RoomOwnersInfo +room_owners +Holds info about owned rooms and items (shops, challenge rooms, vault etc.) +

    Texture types

    TextRenderingInfo