TombEngine/Documentation/doc/2 classes/View.DisplaySprite.html

547 lines
17 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<head>
2025-03-28 23:39:49 +01:00
<title>TombEngine 1.8.1 Lua API</title>
<link rel="stylesheet" href="../ldoc.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="product">
<div id="product_logo"></div>
<div id="product_name"><big><b></b></big></div>
<div id="product_description"></div>
</div> <!-- id="product" -->
<div id="main">
<!-- Menu -->
<div id="navigation">
<br/>
Customize global hardcoded parameters (#1495) * Initial commit * Update CHANGELOG.md * Tint flare smoke * Expose GetCustomizations * Added lensflare and flicker customization options for flare * Update LensFlare.cpp * Remove unnecessary code * Update lara_flare.cpp * Massive refactor to merge animations, settings and customizations * Add HUD customization options * Customize weapons * Fixed flare, renamed recoil to interval, fixed lensflare default * Occlude flare lensflares * Update Settings.cpp * Use alternate damage for lasersight mode * Added hair cust * Fix comment * Fix another comment * Fix link * Fix placeholder table names * Reorganize types * Add missing initializers for hair settings * Added physics cust * Clarify description * Update settings.lua * Update CHANGELOG.md * Add gun smoke, gun shells and ammo pickup counts * Fix naming ambiguity * Remove missing features from documentation * Fix comment * Fix parameter name, change default settings file * Fixed pitch black * Rollback DoDistanceFogForVertex * Add camera cust * Change binocular/lasersight toggle to color * Update lara_basic.cpp * Add time and statistics classes and script API for it * Fix comment * Use DoDamage on Lara helpers to register with statistics * Update Time.cpp * Fix documentation * Fix default flare timeout * Update Settings.lua * Add flare muzzle offset customization * Remove young Lara limitations * Fix lasersight color * Push full settings.lua * Update RendererCompatibility.cpp * Allow to customize root meshes, decopypaste hair and joint init code * Added sol Time operator overloads * Some changes to docs, add meaningful error for unknown fields * Use existing new index template, add gunflash color settings, add shotgun muzzle * Remove excessive usage of GetSettings() * Cleanups * Update Settings.lua * Clarify parameter name * Fix InitializeWeaponInfo * PR review code tidying * Fix bad merge * Update FlowHandler.cpp * Remove tabs for LDoc comments * Use different comment style to preserve formatting * Update lara_fire.cpp * Some cleanups * Fixed GetTimeUnits * Fix typo * Update Time.cpp --------- Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 19:24:49 +03:00
<h1>&nbsp;TombEngine</h1>
<ul>
<li><a href="../index.html">Index</a></li>
</ul>
<h2>1 Modules</h2>
<ul class="nowrap">
<li> <a href="../1 modules/Effects.html">Effects</a></li>
<li> <a href="../1 modules/Flow.html">Flow</a></li>
<li> <a href="../1 modules/Input.html">Input</a></li>
<li> <a href="../1 modules/Inventory.html">Inventory</a></li>
<li> <a href="../1 modules/Logic.html">Logic</a></li>
<li> <a href="../1 modules/Objects.html">Objects</a></li>
<li> <a href="../1 modules/Sound.html">Sound</a></li>
<li> <a href="../1 modules/Strings.html">Strings</a></li>
<li> <a href="../1 modules/Util.html">Util</a></li>
<li> <a href="../1 modules/View.html">View</a></li>
</ul>
<h2>2 Classes</h2>
<ul class="nowrap">
<li> <a href="../2 classes/Collision.Probe.html">Collision.Probe</a></li>
<li> <a href="../2 classes/Flow.Level.html">Flow.Level</a></li>
<li> <a href="../2 classes/Flow.Settings.html">Flow.Settings</a></li>
2024-12-15 23:59:31 +01:00
<li> <a href="../2 classes/Flow.Statistics.html">Flow.Statistics</a></li>
<li> <a href="../2 classes/Objects.AIObject.html">Objects.AIObject</a></li>
<li> <a href="../2 classes/Objects.Camera.html">Objects.Camera</a></li>
<li> <a href="../2 classes/Objects.LaraObject.html">Objects.LaraObject</a></li>
<li> <a href="../2 classes/Objects.Moveable.html">Objects.Moveable</a></li>
<li> <a href="../2 classes/Objects.Room.html">Objects.Room</a></li>
<li> <a href="../2 classes/Objects.Sink.html">Objects.Sink</a></li>
<li> <a href="../2 classes/Objects.SoundSource.html">Objects.SoundSource</a></li>
<li> <a href="../2 classes/Objects.Static.html">Objects.Static</a></li>
<li> <a href="../2 classes/Objects.Volume.html">Objects.Volume</a></li>
<li> <a href="../2 classes/Strings.DisplayString.html">Strings.DisplayString</a></li>
Customize global hardcoded parameters (#1495) * Initial commit * Update CHANGELOG.md * Tint flare smoke * Expose GetCustomizations * Added lensflare and flicker customization options for flare * Update LensFlare.cpp * Remove unnecessary code * Update lara_flare.cpp * Massive refactor to merge animations, settings and customizations * Add HUD customization options * Customize weapons * Fixed flare, renamed recoil to interval, fixed lensflare default * Occlude flare lensflares * Update Settings.cpp * Use alternate damage for lasersight mode * Added hair cust * Fix comment * Fix another comment * Fix link * Fix placeholder table names * Reorganize types * Add missing initializers for hair settings * Added physics cust * Clarify description * Update settings.lua * Update CHANGELOG.md * Add gun smoke, gun shells and ammo pickup counts * Fix naming ambiguity * Remove missing features from documentation * Fix comment * Fix parameter name, change default settings file * Fixed pitch black * Rollback DoDistanceFogForVertex * Add camera cust * Change binocular/lasersight toggle to color * Update lara_basic.cpp * Add time and statistics classes and script API for it * Fix comment * Use DoDamage on Lara helpers to register with statistics * Update Time.cpp * Fix documentation * Fix default flare timeout * Update Settings.lua * Add flare muzzle offset customization * Remove young Lara limitations * Fix lasersight color * Push full settings.lua * Update RendererCompatibility.cpp * Allow to customize root meshes, decopypaste hair and joint init code * Added sol Time operator overloads * Some changes to docs, add meaningful error for unknown fields * Use existing new index template, add gunflash color settings, add shotgun muzzle * Remove excessive usage of GetSettings() * Cleanups * Update Settings.lua * Clarify parameter name * Fix InitializeWeaponInfo * PR review code tidying * Fix bad merge * Update FlowHandler.cpp * Remove tabs for LDoc comments * Use different comment style to preserve formatting * Update lara_fire.cpp * Some cleanups * Fixed GetTimeUnits * Fix typo * Update Time.cpp --------- Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 19:24:49 +03:00
<li> <here>View.DisplaySprite</here></li>
</ul>
<h2>3 Primitive Classes</h2>
<ul class="nowrap">
Customize global hardcoded parameters (#1495) * Initial commit * Update CHANGELOG.md * Tint flare smoke * Expose GetCustomizations * Added lensflare and flicker customization options for flare * Update LensFlare.cpp * Remove unnecessary code * Update lara_flare.cpp * Massive refactor to merge animations, settings and customizations * Add HUD customization options * Customize weapons * Fixed flare, renamed recoil to interval, fixed lensflare default * Occlude flare lensflares * Update Settings.cpp * Use alternate damage for lasersight mode * Added hair cust * Fix comment * Fix another comment * Fix link * Fix placeholder table names * Reorganize types * Add missing initializers for hair settings * Added physics cust * Clarify description * Update settings.lua * Update CHANGELOG.md * Add gun smoke, gun shells and ammo pickup counts * Fix naming ambiguity * Remove missing features from documentation * Fix comment * Fix parameter name, change default settings file * Fixed pitch black * Rollback DoDistanceFogForVertex * Add camera cust * Change binocular/lasersight toggle to color * Update lara_basic.cpp * Add time and statistics classes and script API for it * Fix comment * Use DoDamage on Lara helpers to register with statistics * Update Time.cpp * Fix documentation * Fix default flare timeout * Update Settings.lua * Add flare muzzle offset customization * Remove young Lara limitations * Fix lasersight color * Push full settings.lua * Update RendererCompatibility.cpp * Allow to customize root meshes, decopypaste hair and joint init code * Added sol Time operator overloads * Some changes to docs, add meaningful error for unknown fields * Use existing new index template, add gunflash color settings, add shotgun muzzle * Remove excessive usage of GetSettings() * Cleanups * Update Settings.lua * Clarify parameter name * Fix InitializeWeaponInfo * PR review code tidying * Fix bad merge * Update FlowHandler.cpp * Remove tabs for LDoc comments * Use different comment style to preserve formatting * Update lara_fire.cpp * Some cleanups * Fixed GetTimeUnits * Fix typo * Update Time.cpp --------- Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 19:24:49 +03:00
<li> <a href="../3 primitive classes/Flow.Fog.html">Flow.Fog</a></li>
<li> <a href="../3 primitive classes/Flow.Horizon.html">Flow.Horizon</a></li>
Customize global hardcoded parameters (#1495) * Initial commit * Update CHANGELOG.md * Tint flare smoke * Expose GetCustomizations * Added lensflare and flicker customization options for flare * Update LensFlare.cpp * Remove unnecessary code * Update lara_flare.cpp * Massive refactor to merge animations, settings and customizations * Add HUD customization options * Customize weapons * Fixed flare, renamed recoil to interval, fixed lensflare default * Occlude flare lensflares * Update Settings.cpp * Use alternate damage for lasersight mode * Added hair cust * Fix comment * Fix another comment * Fix link * Fix placeholder table names * Reorganize types * Add missing initializers for hair settings * Added physics cust * Clarify description * Update settings.lua * Update CHANGELOG.md * Add gun smoke, gun shells and ammo pickup counts * Fix naming ambiguity * Remove missing features from documentation * Fix comment * Fix parameter name, change default settings file * Fixed pitch black * Rollback DoDistanceFogForVertex * Add camera cust * Change binocular/lasersight toggle to color * Update lara_basic.cpp * Add time and statistics classes and script API for it * Fix comment * Use DoDamage on Lara helpers to register with statistics * Update Time.cpp * Fix documentation * Fix default flare timeout * Update Settings.lua * Add flare muzzle offset customization * Remove young Lara limitations * Fix lasersight color * Push full settings.lua * Update RendererCompatibility.cpp * Allow to customize root meshes, decopypaste hair and joint init code * Added sol Time operator overloads * Some changes to docs, add meaningful error for unknown fields * Use existing new index template, add gunflash color settings, add shotgun muzzle * Remove excessive usage of GetSettings() * Cleanups * Update Settings.lua * Clarify parameter name * Fix InitializeWeaponInfo * PR review code tidying * Fix bad merge * Update FlowHandler.cpp * Remove tabs for LDoc comments * Use different comment style to preserve formatting * Update lara_fire.cpp * Some cleanups * Fixed GetTimeUnits * Fix typo * Update Time.cpp --------- Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 19:24:49 +03:00
<li> <a href="../3 primitive classes/Flow.InventoryItem.html">Flow.InventoryItem</a></li>
<li> <a href="../3 primitive classes/Flow.LensFlare.html">Flow.LensFlare</a></li>
<li> <a href="../3 primitive classes/Flow.SkyLayer.html">Flow.SkyLayer</a></li>
2025-03-15 01:01:05 +01:00
<li> <a href="../3 primitive classes/Flow.Starfield.html">Flow.Starfield</a></li>
<li> <a href="../3 primitive classes/Color.html">Color</a></li>
<li> <a href="../3 primitive classes/Rotation.html">Rotation</a></li>
Customize global hardcoded parameters (#1495) * Initial commit * Update CHANGELOG.md * Tint flare smoke * Expose GetCustomizations * Added lensflare and flicker customization options for flare * Update LensFlare.cpp * Remove unnecessary code * Update lara_flare.cpp * Massive refactor to merge animations, settings and customizations * Add HUD customization options * Customize weapons * Fixed flare, renamed recoil to interval, fixed lensflare default * Occlude flare lensflares * Update Settings.cpp * Use alternate damage for lasersight mode * Added hair cust * Fix comment * Fix another comment * Fix link * Fix placeholder table names * Reorganize types * Add missing initializers for hair settings * Added physics cust * Clarify description * Update settings.lua * Update CHANGELOG.md * Add gun smoke, gun shells and ammo pickup counts * Fix naming ambiguity * Remove missing features from documentation * Fix comment * Fix parameter name, change default settings file * Fixed pitch black * Rollback DoDistanceFogForVertex * Add camera cust * Change binocular/lasersight toggle to color * Update lara_basic.cpp * Add time and statistics classes and script API for it * Fix comment * Use DoDamage on Lara helpers to register with statistics * Update Time.cpp * Fix documentation * Fix default flare timeout * Update Settings.lua * Add flare muzzle offset customization * Remove young Lara limitations * Fix lasersight color * Push full settings.lua * Update RendererCompatibility.cpp * Allow to customize root meshes, decopypaste hair and joint init code * Added sol Time operator overloads * Some changes to docs, add meaningful error for unknown fields * Use existing new index template, add gunflash color settings, add shotgun muzzle * Remove excessive usage of GetSettings() * Cleanups * Update Settings.lua * Clarify parameter name * Fix InitializeWeaponInfo * PR review code tidying * Fix bad merge * Update FlowHandler.cpp * Remove tabs for LDoc comments * Use different comment style to preserve formatting * Update lara_fire.cpp * Some cleanups * Fixed GetTimeUnits * Fix typo * Update Time.cpp --------- Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 19:24:49 +03:00
<li> <a href="../3 primitive classes/Time.html">Time</a></li>
<li> <a href="../3 primitive classes/Vec2.html">Vec2</a></li>
<li> <a href="../3 primitive classes/Vec3.html">Vec3</a></li>
</ul>
<h2>4 Enums</h2>
<ul class="nowrap">
<li> <a href="../4 enums/Collision.MaterialType.html">Collision.MaterialType</a></li>
<li> <a href="../4 enums/Effects.BlendID.html">Effects.BlendID</a></li>
<li> <a href="../4 enums/Effects.EffectID.html">Effects.EffectID</a></li>
<li> <a href="../4 enums/Effects.StreamerFeatherMode.html">Effects.StreamerFeatherMode</a></li>
<li> <a href="../4 enums/Effects.ParticleAnimationType.html">Effects.ParticleAnimationType</a></li>
Customize global hardcoded parameters (#1495) * Initial commit * Update CHANGELOG.md * Tint flare smoke * Expose GetCustomizations * Added lensflare and flicker customization options for flare * Update LensFlare.cpp * Remove unnecessary code * Update lara_flare.cpp * Massive refactor to merge animations, settings and customizations * Add HUD customization options * Customize weapons * Fixed flare, renamed recoil to interval, fixed lensflare default * Occlude flare lensflares * Update Settings.cpp * Use alternate damage for lasersight mode * Added hair cust * Fix comment * Fix another comment * Fix link * Fix placeholder table names * Reorganize types * Add missing initializers for hair settings * Added physics cust * Clarify description * Update settings.lua * Update CHANGELOG.md * Add gun smoke, gun shells and ammo pickup counts * Fix naming ambiguity * Remove missing features from documentation * Fix comment * Fix parameter name, change default settings file * Fixed pitch black * Rollback DoDistanceFogForVertex * Add camera cust * Change binocular/lasersight toggle to color * Update lara_basic.cpp * Add time and statistics classes and script API for it * Fix comment * Use DoDamage on Lara helpers to register with statistics * Update Time.cpp * Fix documentation * Fix default flare timeout * Update Settings.lua * Add flare muzzle offset customization * Remove young Lara limitations * Fix lasersight color * Push full settings.lua * Update RendererCompatibility.cpp * Allow to customize root meshes, decopypaste hair and joint init code * Added sol Time operator overloads * Some changes to docs, add meaningful error for unknown fields * Use existing new index template, add gunflash color settings, add shotgun muzzle * Remove excessive usage of GetSettings() * Cleanups * Update Settings.lua * Clarify parameter name * Fix InitializeWeaponInfo * PR review code tidying * Fix bad merge * Update FlowHandler.cpp * Remove tabs for LDoc comments * Use different comment style to preserve formatting * Update lara_fire.cpp * Some cleanups * Fixed GetTimeUnits * Fix typo * Update Time.cpp --------- Co-authored-by: Sezz <sezzary@outlook.com>
2024-12-15 19:24:49 +03:00
<li> <a href="../4 enums/Flow.ErrorMode.html">Flow.ErrorMode</a></li>
Freeze event and OnUseItem callbacks (#1463) * Add use item callbacks, add menu boilerplate code * Set up scripting API for game mode * Use word "break" instead of "menu" everywhere * Rudimentary implementation of BreakPhase * More progress * Doc update * Always active lensflare * Update CHANGELOG.md * Fix hair interpolation for spectator mode * Update target highlighter and other HUD elements while in break mode * Fix various problems * Don't try to update camera in spectator mode * Cleanup camera code * Rename break to freeze * Update FlowHandler.cpp * Update Flow.html * Update control.cpp * Rename method * Add displaystring owner to differentiate between freeze modes * Disable triggers and volumes in freeze mode * Update control.cpp * Rename enum * Update CHANGELOG.md * Implement full freeze, correct callback behaviour * Update RendererDrawMenu.cpp * Allow DumpGameScene to do partial pass * Remove hack * Introduce render mode enum to render scene without any postprocess * Tidying * Fix problems with items or renderer not updating before entering freeze mode * Fix rebase errors * Use interpolation factor getter instead of raw value everywhere * Update documentation * Fixed setting freeze mode from OnStart * Fixed freeze mode not working in OnStart event * Revert "Fixed freeze mode not working in OnStart event" This reverts commit 87f6fbdc6d776bb7813133a84c8ba9d0b1171f3b. * Bypass cinematic bars and fades for non-full render modes --------- Co-authored-by: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Co-authored-by: Sezz <sezzary@outlook.com>
2024-11-20 23:54:39 +03:00
<li> <a href="../4 enums/Flow.FreezeMode.html">Flow.FreezeMode</a></li>
2023-12-26 20:47:08 +00:00
<li> <a href="../4 enums/Flow.GameStatus.html">Flow.GameStatus</a></li>
<li> <a href="../4 enums/Input.ActionID.html">Input.ActionID</a></li>
<li> <a href="../4 enums/Objects.AmmoType.html">Objects.AmmoType</a></li>
<li> <a href="../4 enums/Objects.HandStatus.html">Objects.HandStatus</a></li>
<li> <a href="../4 enums/Objects.WeaponType.html">Objects.WeaponType</a></li>
2023-12-26 20:47:08 +00:00
<li> <a href="../4 enums/Objects.MoveableStatus.html">Objects.MoveableStatus</a></li>
<li> <a href="../4 enums/Objects.ObjID.html">Objects.ObjID</a></li>
<li> <a href="../4 enums/Objects.RoomFlagID.html">Objects.RoomFlagID</a></li>
<li> <a href="../4 enums/Objects.RoomReverb.html">Objects.RoomReverb</a></li>
<li> <a href="../4 enums/Sound.SoundTrackType.html">Sound.SoundTrackType</a></li>
2024-11-16 22:07:57 +11:00
<li> <a href="../4 enums/Strings.DisplayStringOption.html">Strings.DisplayStringOption</a></li>
<li> <a href="../4 enums/Util.LogLevel.html">Util.LogLevel</a></li>
<li> <a href="../4 enums/View.AlignMode.html">View.AlignMode</a></li>
<li> <a href="../4 enums/View.CameraType.html">View.CameraType</a></li>
<li> <a href="../4 enums/View.PostProcessMode.html">View.PostProcessMode</a></li>
<li> <a href="../4 enums/View.ScaleMode.html">View.ScaleMode</a></li>
</ul>
<h2>5 Lua utility modules</h2>
<ul class="nowrap">
<li> <a href="../5 lua utility modules/CustomBar.html">CustomBar</a></li>
<li> <a href="../5 lua utility modules/Diary.html">Diary</a></li>
<li> <a href="../5 lua utility modules/EventSequence.html">EventSequence</a></li>
<li> <a href="../5 lua utility modules/Timer.html">Timer</a></li>
2024-12-16 21:33:37 +01:00
<li> <a href="../5 lua utility modules/Type.html">Type</a></li>
</ul>
</div>
<div id="content">
<h1>Class <code>View.DisplaySprite</code></h1>
<p>Represents a display sprite.</p>
<p>
</p>
<h2><a href="#Functions">Functions</a></h2>
<table class="function_list">
<tr>
<td class="name" ><a href="#DisplaySprite">DisplaySprite(ID, int, pos, rot, scale[, color])</a></td>
<td class="summary">Create a DisplaySprite object.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:GetObjectID">DisplaySprite:GetObjectID()</a></td>
<td class="summary">Get the object ID of the sprite sequence object used by the display sprite.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:GetSpriteID">DisplaySprite:GetSpriteID()</a></td>
<td class="summary">Get the sprite ID in the sprite sequence object used by the display sprite.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:GetPosition">DisplaySprite:GetPosition()</a></td>
<td class="summary">Get the display position of the display sprite in percent.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:GetRotation">DisplaySprite:GetRotation()</a></td>
<td class="summary">Get the rotation of the display sprite in degrees.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:GetScale">DisplaySprite:GetScale()</a></td>
<td class="summary">Get the horizontal and vertical scale of the display sprite in percent.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:GetColor">DisplaySprite:GetColor()</a></td>
<td class="summary">Get the color of the display sprite.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:SetObjectID">DisplaySprite:SetObjectID(New)</a></td>
<td class="summary">Set the sprite sequence object ID used by the display sprite.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:SetSpriteID">DisplaySprite:SetSpriteID(New)</a></td>
<td class="summary">Set the sprite ID in the sprite sequence object used by the display sprite.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:SetPosition">DisplaySprite:SetPosition(New)</a></td>
<td class="summary">Set the display position of the display sprite in percent.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:SetRotation">DisplaySprite:SetRotation(New)</a></td>
<td class="summary">Set the rotation of the display sprite in degrees.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:SetScale">DisplaySprite:SetScale(New)</a></td>
<td class="summary">Set the horizontal and vertical scale of the display sprite in percent.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:SetColor">DisplaySprite:SetColor(New)</a></td>
<td class="summary">Set the color of the display sprite.</td>
</tr>
<tr>
<td class="name" ><a href="#DisplaySprite:Draw">DisplaySprite:Draw([priority][, alignMode][, scaleMode][, blendMode])</a></td>
<td class="summary">Draw the display sprite in display space for the current frame.</td>
</tr>
</table>
<br/>
<br/>
<h2 class="section-header "><a name="Functions"></a>Functions</h2>
<dl class="function">
<dt>
<a name = "DisplaySprite"></a>
<strong>DisplaySprite(ID, int, pos, rot, scale[, color])</strong>
</dt>
<dd>
2024-05-08 13:47:47 +10:00
Create a DisplaySprite object. ()
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">ID</span>
Squashed commit of the following: commit 8ea54ea7d4cfd1963f21a6949a201e212d8ebc64 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:34:57 2025 +0100 Fix merge commit 566b694c9d79d8e7a9e78af3f16c28d14ece139b Merge: 935b26bd6 e97c47315 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:33:43 2025 +0100 Merge branch 'develop' into pr/1496 commit 935b26bd669088d2bd3dd809ac25752f5e7cf18c Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:31:57 2025 +0100 Use script to generate object list, also migrate flatbuffer to powershell script commit a6ec51e9d49be96db17a672600e715d505de73e6 Merge: 7bf0ffef6 676762e11 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:53:23 2024 +0100 Merge branch 'develop' into mod commit 676762e11591543ea9cfc3fd4ecf3287f488dd9f Merge: ae0488410 5597750c2 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:48:24 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7bf0ffef6c6b459d7adb5acb2400b26174a8a452 Merge: b876f347c ae0488410 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:59:22 2024 +0100 Merge branch 'develop' into mod commit ae0488410206b385785da3712839058407ca359c Merge: e1c61aca0 8fb4668df Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:58:28 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit b876f347c7e74a78ba8333283553697743fef58d Merge: 0669b6f01 e1c61aca0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:24:15 2024 +0100 Merge branch 'develop' into mod commit e1c61aca03132c465dcdd13870175e19cb2fb025 Merge: f557f0081 88bbe4862 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:23:31 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 0669b6f0123bec4d01fc436f98d736296fa6afb1 Merge: f978ad1b5 f557f0081 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:21:52 2024 +0100 Merge branch 'develop' into mod commit f557f00815cb4ee110502fbe96d8409ef93b6964 Merge: 34beccfcc ae7924797 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Mon Dec 16 18:45:13 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 34beccfccc2864473e557a75ea52df29bb4f3408 Merge: 6516a8b87 2f6114deb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Dec 13 20:23:25 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 6516a8b87b29491d89cc083d4078cb9128232bca Merge: babdad1a7 e674b8526 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 11 15:48:14 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit f978ad1b53f6a4516b9efb3aae1ad2028d5e6114 Merge: 96663d564 babdad1a7 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:37:39 2024 +0100 Merge branch 'develop' into mod commit babdad1a74bca4e9b1ce8422f9b678e1aeed41e1 Merge: c3a97f411 d96bf4ba8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:35:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 96663d564602c7291182ea03b97c0729965a3d9c Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 13:35:50 2024 +0100 add SpriteConstants commit 89c27fc19da81ac6c624b1478b3e0e52aa089dbe Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:59 2024 +0100 Revert "conversion error" This reverts commit f811117458d3747c53be3c7cb8ae85338d26092b. commit 3dd8e76d8bad14500cdfbeb89e5be05d56997b14 Merge: 4195bc042 c3a97f411 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:48 2024 +0100 Merge branch 'develop' into mod commit c3a97f4113cdbf818fde0f106cd744670db8259c Merge: 4af4d14db db7f86485 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:49:21 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4af4d14db88e61ddf516be3516163538bdfaa542 Merge: 5e87ac32e 27d3ca7bb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:23:35 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4195bc042ab3cfc1af415409967e044904922cc9 Merge: f81111745 5e87ac32e Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:20:32 2024 +0100 Merge branch 'mod' of https://github.com/davidmarr/TombEngine into mod commit f811117458d3747c53be3c7cb8ae85338d26092b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:17:53 2024 +0100 conversion error commit 5e87ac32e6c69700fd5c484e1cc6ecde405b44de Merge: ef1a7d2d0 19be42911 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:38 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7643d190829c91d49cf159a44991d1d863c0b6a9 Merge: 202c94f02 d256fe1ef Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:03 2024 +0100 Merge branch 'MontyTRC89:master' into mod commit ef1a7d2d0fbed410dc7364b7e431f92bb537a773 Merge: 9e94324e9 202c94f02 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:04:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 9e94324e93ea14e779385720690f580fcdfdf594 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:19:10 2024 +0100 Revert "function description LevelFuncs.OnUseItem" This reverts commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f. commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:18:56 2024 +0100 function description LevelFuncs.OnUseItem commit 37be06150ec8e3ec02a95d58fdd2201f2081746b Merge: c7c3451c1 222e67e49 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:01:48 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit d256fe1efe9474bac52620d21d26c15a53c23efc Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sun Nov 3 22:19:11 2024 +0000 Update bug_report.yaml commit 710f04596bc6e8fa2d7a588bf9fc223f98d1858a Merge: 1affcce9b 0b5ea0db7 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Sun Nov 3 18:37:17 2024 +0100 Merge branch 'develop' commit 1affcce9b95727ab110e77e55538835465442cba Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:18:34 2024 +0000 Update CHANGELOG.md commit fae8744e4bc950f962a4824e8a6e1ff485a08be7 Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:16:05 2024 +0000 Update CHANGELOG.md commit 815498ec8a7791716bb7b3dfa1996ceebdcbd6ae Merge: d81fce22a c3365f3a3 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 13:51:09 2024 +0000 Merge branch 'develop' commit d81fce22ada44cbb40720a4905e48c83adf1e92d Merge: 30e053dc9 a962a17f6 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 12:35:58 2024 +0000 Merge branch 'develop' commit 30e053dc935646a3c8d900b2adbd90b107995048 Author: Nemoel-Tomo <tomo_669@hotmail.com> Date: Wed Oct 30 18:00:21 2024 +0100 Update AUTHORS.md - Tomo (general coding, special FX coding, bug fixing) commit c7c3451c1c7476b342f33ec8f2b1a32710719b25 Merge: 4fc411abe e4098c458 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Oct 25 14:44:24 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit 4fc411abe9a8885e3d3376e015047caec2ea9eae Merge: bfcd93f52 f7a22ea1a Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Oct 20 21:38:01 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit bfcd93f52c02796c6cb1e9365a1f69ba894d98af Merge: bdea82d74 deec54ff8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Oct 9 19:59:14 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit eca79130a0acef2c4371054ef0ef40367a1c905a Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:45:21 2024 +0100 Update bug_report.yaml commit 7fee647c84fab993fc7ba7df7747d6238e41193b Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:44:53 2024 +0100 Update to bug report form commit bdea82d742d185c8d2228a4bf8bb59c946117190 Merge: c3b4ecf9b 60b9055d0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Aug 30 12:56:53 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit c3b4ecf9b6fc349f9242e84fc4869ba8c5702d31 Merge: b107327f0 37f056bfa Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Tue Aug 13 22:46:38 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit b107327f0a8e8b50447b92ffb9288366ab3ab02b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:19:30 2024 +0200 Update CHANGELOG.md commit 25aaba63163a6816bc5be831815a1140c52c8fcf Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:16:58 2024 +0200 Update VolumeObject.cpp fixed Volume:GetActive() method
2025-03-11 23:38:35 +01:00
<span class="types"><a class="type" href="../4 enums/Objects.ObjID.html#SpriteConstants">SpriteConstants</a></span>
of the sprite sequence object.
</li>
<li><span class="parameter">int</span>
<span class="types"><span class="type">int</span></span>
spriteID ID of the sprite in the sequence.
</li>
<li><span class="parameter">pos</span>
<span class="types"><a class="type" href="../3 primitive classes/Vec2.html#">Vec2</a></span>
Display position in percent.
</li>
<li><span class="parameter">rot</span>
<span class="types"><span class="type">float</span></span>
Rotation in degrees.
</li>
<li><span class="parameter">scale</span>
<span class="types"><a class="type" href="../3 primitive classes/Vec2.html#">Vec2</a></span>
Horizontal and vertical scale in percent. Scaling is interpreted by the DisplaySpriteEnum.ScaleMode passed to the Draw() function call.
</li>
<li><span class="parameter">color</span>
<span class="types"><a class="type" href="../3 primitive classes/Color.html#">Color</a></span>
Color. <strong>Default: Color(255, 255, 255, 255)</strong>
(<em>optional</em>)
</li>
</ul>
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="../2 classes/View.DisplaySprite.html#DisplaySprite">DisplaySprite</a></span>
A new DisplaySprite object.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:GetObjectID"></a>
<strong>DisplaySprite:GetObjectID()</strong>
</dt>
<dd>
Get the object ID of the sprite sequence object used by the display sprite. ()
<h3>Returns:</h3>
<ol>
Squashed commit of the following: commit 8ea54ea7d4cfd1963f21a6949a201e212d8ebc64 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:34:57 2025 +0100 Fix merge commit 566b694c9d79d8e7a9e78af3f16c28d14ece139b Merge: 935b26bd6 e97c47315 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:33:43 2025 +0100 Merge branch 'develop' into pr/1496 commit 935b26bd669088d2bd3dd809ac25752f5e7cf18c Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:31:57 2025 +0100 Use script to generate object list, also migrate flatbuffer to powershell script commit a6ec51e9d49be96db17a672600e715d505de73e6 Merge: 7bf0ffef6 676762e11 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:53:23 2024 +0100 Merge branch 'develop' into mod commit 676762e11591543ea9cfc3fd4ecf3287f488dd9f Merge: ae0488410 5597750c2 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:48:24 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7bf0ffef6c6b459d7adb5acb2400b26174a8a452 Merge: b876f347c ae0488410 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:59:22 2024 +0100 Merge branch 'develop' into mod commit ae0488410206b385785da3712839058407ca359c Merge: e1c61aca0 8fb4668df Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:58:28 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit b876f347c7e74a78ba8333283553697743fef58d Merge: 0669b6f01 e1c61aca0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:24:15 2024 +0100 Merge branch 'develop' into mod commit e1c61aca03132c465dcdd13870175e19cb2fb025 Merge: f557f0081 88bbe4862 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:23:31 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 0669b6f0123bec4d01fc436f98d736296fa6afb1 Merge: f978ad1b5 f557f0081 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:21:52 2024 +0100 Merge branch 'develop' into mod commit f557f00815cb4ee110502fbe96d8409ef93b6964 Merge: 34beccfcc ae7924797 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Mon Dec 16 18:45:13 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 34beccfccc2864473e557a75ea52df29bb4f3408 Merge: 6516a8b87 2f6114deb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Dec 13 20:23:25 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 6516a8b87b29491d89cc083d4078cb9128232bca Merge: babdad1a7 e674b8526 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 11 15:48:14 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit f978ad1b53f6a4516b9efb3aae1ad2028d5e6114 Merge: 96663d564 babdad1a7 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:37:39 2024 +0100 Merge branch 'develop' into mod commit babdad1a74bca4e9b1ce8422f9b678e1aeed41e1 Merge: c3a97f411 d96bf4ba8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:35:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 96663d564602c7291182ea03b97c0729965a3d9c Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 13:35:50 2024 +0100 add SpriteConstants commit 89c27fc19da81ac6c624b1478b3e0e52aa089dbe Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:59 2024 +0100 Revert "conversion error" This reverts commit f811117458d3747c53be3c7cb8ae85338d26092b. commit 3dd8e76d8bad14500cdfbeb89e5be05d56997b14 Merge: 4195bc042 c3a97f411 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:48 2024 +0100 Merge branch 'develop' into mod commit c3a97f4113cdbf818fde0f106cd744670db8259c Merge: 4af4d14db db7f86485 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:49:21 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4af4d14db88e61ddf516be3516163538bdfaa542 Merge: 5e87ac32e 27d3ca7bb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:23:35 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4195bc042ab3cfc1af415409967e044904922cc9 Merge: f81111745 5e87ac32e Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:20:32 2024 +0100 Merge branch 'mod' of https://github.com/davidmarr/TombEngine into mod commit f811117458d3747c53be3c7cb8ae85338d26092b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:17:53 2024 +0100 conversion error commit 5e87ac32e6c69700fd5c484e1cc6ecde405b44de Merge: ef1a7d2d0 19be42911 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:38 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7643d190829c91d49cf159a44991d1d863c0b6a9 Merge: 202c94f02 d256fe1ef Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:03 2024 +0100 Merge branch 'MontyTRC89:master' into mod commit ef1a7d2d0fbed410dc7364b7e431f92bb537a773 Merge: 9e94324e9 202c94f02 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:04:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 9e94324e93ea14e779385720690f580fcdfdf594 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:19:10 2024 +0100 Revert "function description LevelFuncs.OnUseItem" This reverts commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f. commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:18:56 2024 +0100 function description LevelFuncs.OnUseItem commit 37be06150ec8e3ec02a95d58fdd2201f2081746b Merge: c7c3451c1 222e67e49 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:01:48 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit d256fe1efe9474bac52620d21d26c15a53c23efc Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sun Nov 3 22:19:11 2024 +0000 Update bug_report.yaml commit 710f04596bc6e8fa2d7a588bf9fc223f98d1858a Merge: 1affcce9b 0b5ea0db7 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Sun Nov 3 18:37:17 2024 +0100 Merge branch 'develop' commit 1affcce9b95727ab110e77e55538835465442cba Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:18:34 2024 +0000 Update CHANGELOG.md commit fae8744e4bc950f962a4824e8a6e1ff485a08be7 Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:16:05 2024 +0000 Update CHANGELOG.md commit 815498ec8a7791716bb7b3dfa1996ceebdcbd6ae Merge: d81fce22a c3365f3a3 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 13:51:09 2024 +0000 Merge branch 'develop' commit d81fce22ada44cbb40720a4905e48c83adf1e92d Merge: 30e053dc9 a962a17f6 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 12:35:58 2024 +0000 Merge branch 'develop' commit 30e053dc935646a3c8d900b2adbd90b107995048 Author: Nemoel-Tomo <tomo_669@hotmail.com> Date: Wed Oct 30 18:00:21 2024 +0100 Update AUTHORS.md - Tomo (general coding, special FX coding, bug fixing) commit c7c3451c1c7476b342f33ec8f2b1a32710719b25 Merge: 4fc411abe e4098c458 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Oct 25 14:44:24 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit 4fc411abe9a8885e3d3376e015047caec2ea9eae Merge: bfcd93f52 f7a22ea1a Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Oct 20 21:38:01 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit bfcd93f52c02796c6cb1e9365a1f69ba894d98af Merge: bdea82d74 deec54ff8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Oct 9 19:59:14 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit eca79130a0acef2c4371054ef0ef40367a1c905a Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:45:21 2024 +0100 Update bug_report.yaml commit 7fee647c84fab993fc7ba7df7747d6238e41193b Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:44:53 2024 +0100 Update to bug report form commit bdea82d742d185c8d2228a4bf8bb59c946117190 Merge: c3b4ecf9b 60b9055d0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Aug 30 12:56:53 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit c3b4ecf9b6fc349f9242e84fc4869ba8c5702d31 Merge: b107327f0 37f056bfa Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Tue Aug 13 22:46:38 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit b107327f0a8e8b50447b92ffb9288366ab3ab02b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:19:30 2024 +0200 Update CHANGELOG.md commit 25aaba63163a6816bc5be831815a1140c52c8fcf Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:16:58 2024 +0200 Update VolumeObject.cpp fixed Volume:GetActive() method
2025-03-11 23:38:35 +01:00
<span class="types"><a class="type" href="../4 enums/Objects.ObjID.html#SpriteConstants">SpriteConstants</a></span>
Sprite sequence object ID.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:GetSpriteID"></a>
<strong>DisplaySprite:GetSpriteID()</strong>
</dt>
<dd>
Get the sprite ID in the sprite sequence object used by the display sprite. ()
<h3>Returns:</h3>
<ol>
<span class="types"><span class="type">int</span></span>
Sprite ID in the sprite sequence object.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:GetPosition"></a>
<strong>DisplaySprite:GetPosition()</strong>
</dt>
<dd>
Get the display position of the display sprite in percent. ()
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="../3 primitive classes/Vec2.html#">Vec2</a></span>
Display position in percent.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:GetRotation"></a>
<strong>DisplaySprite:GetRotation()</strong>
</dt>
<dd>
Get the rotation of the display sprite in degrees. ()
<h3>Returns:</h3>
<ol>
<span class="types"><span class="type">float</span></span>
Rotation in degrees.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:GetScale"></a>
<strong>DisplaySprite:GetScale()</strong>
</dt>
<dd>
Get the horizontal and vertical scale of the display sprite in percent. ()
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="../3 primitive classes/Vec2.html#">Vec2</a></span>
Horizontal and vertical scale in percent.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:GetColor"></a>
<strong>DisplaySprite:GetColor()</strong>
</dt>
<dd>
Get the color of the display sprite. ()
<h3>Returns:</h3>
<ol>
<span class="types"><a class="type" href="../3 primitive classes/Color.html#">Color</a></span>
Color.
</ol>
</dd>
<dt>
<a name = "DisplaySprite:SetObjectID"></a>
<strong>DisplaySprite:SetObjectID(New)</strong>
</dt>
<dd>
Squashed commit of the following: commit 8ea54ea7d4cfd1963f21a6949a201e212d8ebc64 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:34:57 2025 +0100 Fix merge commit 566b694c9d79d8e7a9e78af3f16c28d14ece139b Merge: 935b26bd6 e97c47315 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:33:43 2025 +0100 Merge branch 'develop' into pr/1496 commit 935b26bd669088d2bd3dd809ac25752f5e7cf18c Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:31:57 2025 +0100 Use script to generate object list, also migrate flatbuffer to powershell script commit a6ec51e9d49be96db17a672600e715d505de73e6 Merge: 7bf0ffef6 676762e11 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:53:23 2024 +0100 Merge branch 'develop' into mod commit 676762e11591543ea9cfc3fd4ecf3287f488dd9f Merge: ae0488410 5597750c2 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:48:24 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7bf0ffef6c6b459d7adb5acb2400b26174a8a452 Merge: b876f347c ae0488410 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:59:22 2024 +0100 Merge branch 'develop' into mod commit ae0488410206b385785da3712839058407ca359c Merge: e1c61aca0 8fb4668df Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:58:28 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit b876f347c7e74a78ba8333283553697743fef58d Merge: 0669b6f01 e1c61aca0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:24:15 2024 +0100 Merge branch 'develop' into mod commit e1c61aca03132c465dcdd13870175e19cb2fb025 Merge: f557f0081 88bbe4862 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:23:31 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 0669b6f0123bec4d01fc436f98d736296fa6afb1 Merge: f978ad1b5 f557f0081 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:21:52 2024 +0100 Merge branch 'develop' into mod commit f557f00815cb4ee110502fbe96d8409ef93b6964 Merge: 34beccfcc ae7924797 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Mon Dec 16 18:45:13 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 34beccfccc2864473e557a75ea52df29bb4f3408 Merge: 6516a8b87 2f6114deb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Dec 13 20:23:25 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 6516a8b87b29491d89cc083d4078cb9128232bca Merge: babdad1a7 e674b8526 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 11 15:48:14 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit f978ad1b53f6a4516b9efb3aae1ad2028d5e6114 Merge: 96663d564 babdad1a7 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:37:39 2024 +0100 Merge branch 'develop' into mod commit babdad1a74bca4e9b1ce8422f9b678e1aeed41e1 Merge: c3a97f411 d96bf4ba8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:35:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 96663d564602c7291182ea03b97c0729965a3d9c Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 13:35:50 2024 +0100 add SpriteConstants commit 89c27fc19da81ac6c624b1478b3e0e52aa089dbe Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:59 2024 +0100 Revert "conversion error" This reverts commit f811117458d3747c53be3c7cb8ae85338d26092b. commit 3dd8e76d8bad14500cdfbeb89e5be05d56997b14 Merge: 4195bc042 c3a97f411 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:48 2024 +0100 Merge branch 'develop' into mod commit c3a97f4113cdbf818fde0f106cd744670db8259c Merge: 4af4d14db db7f86485 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:49:21 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4af4d14db88e61ddf516be3516163538bdfaa542 Merge: 5e87ac32e 27d3ca7bb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:23:35 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4195bc042ab3cfc1af415409967e044904922cc9 Merge: f81111745 5e87ac32e Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:20:32 2024 +0100 Merge branch 'mod' of https://github.com/davidmarr/TombEngine into mod commit f811117458d3747c53be3c7cb8ae85338d26092b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:17:53 2024 +0100 conversion error commit 5e87ac32e6c69700fd5c484e1cc6ecde405b44de Merge: ef1a7d2d0 19be42911 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:38 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7643d190829c91d49cf159a44991d1d863c0b6a9 Merge: 202c94f02 d256fe1ef Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:03 2024 +0100 Merge branch 'MontyTRC89:master' into mod commit ef1a7d2d0fbed410dc7364b7e431f92bb537a773 Merge: 9e94324e9 202c94f02 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:04:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 9e94324e93ea14e779385720690f580fcdfdf594 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:19:10 2024 +0100 Revert "function description LevelFuncs.OnUseItem" This reverts commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f. commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:18:56 2024 +0100 function description LevelFuncs.OnUseItem commit 37be06150ec8e3ec02a95d58fdd2201f2081746b Merge: c7c3451c1 222e67e49 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:01:48 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit d256fe1efe9474bac52620d21d26c15a53c23efc Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sun Nov 3 22:19:11 2024 +0000 Update bug_report.yaml commit 710f04596bc6e8fa2d7a588bf9fc223f98d1858a Merge: 1affcce9b 0b5ea0db7 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Sun Nov 3 18:37:17 2024 +0100 Merge branch 'develop' commit 1affcce9b95727ab110e77e55538835465442cba Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:18:34 2024 +0000 Update CHANGELOG.md commit fae8744e4bc950f962a4824e8a6e1ff485a08be7 Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:16:05 2024 +0000 Update CHANGELOG.md commit 815498ec8a7791716bb7b3dfa1996ceebdcbd6ae Merge: d81fce22a c3365f3a3 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 13:51:09 2024 +0000 Merge branch 'develop' commit d81fce22ada44cbb40720a4905e48c83adf1e92d Merge: 30e053dc9 a962a17f6 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 12:35:58 2024 +0000 Merge branch 'develop' commit 30e053dc935646a3c8d900b2adbd90b107995048 Author: Nemoel-Tomo <tomo_669@hotmail.com> Date: Wed Oct 30 18:00:21 2024 +0100 Update AUTHORS.md - Tomo (general coding, special FX coding, bug fixing) commit c7c3451c1c7476b342f33ec8f2b1a32710719b25 Merge: 4fc411abe e4098c458 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Oct 25 14:44:24 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit 4fc411abe9a8885e3d3376e015047caec2ea9eae Merge: bfcd93f52 f7a22ea1a Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Oct 20 21:38:01 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit bfcd93f52c02796c6cb1e9365a1f69ba894d98af Merge: bdea82d74 deec54ff8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Oct 9 19:59:14 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit eca79130a0acef2c4371054ef0ef40367a1c905a Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:45:21 2024 +0100 Update bug_report.yaml commit 7fee647c84fab993fc7ba7df7747d6238e41193b Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:44:53 2024 +0100 Update to bug report form commit bdea82d742d185c8d2228a4bf8bb59c946117190 Merge: c3b4ecf9b 60b9055d0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Aug 30 12:56:53 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit c3b4ecf9b6fc349f9242e84fc4869ba8c5702d31 Merge: b107327f0 37f056bfa Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Tue Aug 13 22:46:38 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit b107327f0a8e8b50447b92ffb9288366ab3ab02b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:19:30 2024 +0200 Update CHANGELOG.md commit 25aaba63163a6816bc5be831815a1140c52c8fcf Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:16:58 2024 +0200 Update VolumeObject.cpp fixed Volume:GetActive() method
2025-03-11 23:38:35 +01:00
Set the sprite sequence object ID used by the display sprite. (Objects.ObjID.SpriteConstants)
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">New</span>
Squashed commit of the following: commit 8ea54ea7d4cfd1963f21a6949a201e212d8ebc64 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:34:57 2025 +0100 Fix merge commit 566b694c9d79d8e7a9e78af3f16c28d14ece139b Merge: 935b26bd6 e97c47315 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:33:43 2025 +0100 Merge branch 'develop' into pr/1496 commit 935b26bd669088d2bd3dd809ac25752f5e7cf18c Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Tue Mar 11 23:31:57 2025 +0100 Use script to generate object list, also migrate flatbuffer to powershell script commit a6ec51e9d49be96db17a672600e715d505de73e6 Merge: 7bf0ffef6 676762e11 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:53:23 2024 +0100 Merge branch 'develop' into mod commit 676762e11591543ea9cfc3fd4ecf3287f488dd9f Merge: ae0488410 5597750c2 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Dec 29 12:48:24 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7bf0ffef6c6b459d7adb5acb2400b26174a8a452 Merge: b876f347c ae0488410 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:59:22 2024 +0100 Merge branch 'develop' into mod commit ae0488410206b385785da3712839058407ca359c Merge: e1c61aca0 8fb4668df Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Dec 26 11:58:28 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit b876f347c7e74a78ba8333283553697743fef58d Merge: 0669b6f01 e1c61aca0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:24:15 2024 +0100 Merge branch 'develop' into mod commit e1c61aca03132c465dcdd13870175e19cb2fb025 Merge: f557f0081 88bbe4862 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:23:31 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 0669b6f0123bec4d01fc436f98d736296fa6afb1 Merge: f978ad1b5 f557f0081 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 18 19:21:52 2024 +0100 Merge branch 'develop' into mod commit f557f00815cb4ee110502fbe96d8409ef93b6964 Merge: 34beccfcc ae7924797 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Mon Dec 16 18:45:13 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 34beccfccc2864473e557a75ea52df29bb4f3408 Merge: 6516a8b87 2f6114deb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Dec 13 20:23:25 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 6516a8b87b29491d89cc083d4078cb9128232bca Merge: babdad1a7 e674b8526 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Dec 11 15:48:14 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit f978ad1b53f6a4516b9efb3aae1ad2028d5e6114 Merge: 96663d564 babdad1a7 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:37:39 2024 +0100 Merge branch 'develop' into mod commit babdad1a74bca4e9b1ce8422f9b678e1aeed41e1 Merge: c3a97f411 d96bf4ba8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sat Dec 7 08:35:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 96663d564602c7291182ea03b97c0729965a3d9c Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 13:35:50 2024 +0100 add SpriteConstants commit 89c27fc19da81ac6c624b1478b3e0e52aa089dbe Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:59 2024 +0100 Revert "conversion error" This reverts commit f811117458d3747c53be3c7cb8ae85338d26092b. commit 3dd8e76d8bad14500cdfbeb89e5be05d56997b14 Merge: 4195bc042 c3a97f411 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:50:48 2024 +0100 Merge branch 'develop' into mod commit c3a97f4113cdbf818fde0f106cd744670db8259c Merge: 4af4d14db db7f86485 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Nov 28 12:49:21 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4af4d14db88e61ddf516be3516163538bdfaa542 Merge: 5e87ac32e 27d3ca7bb Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:23:35 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 4195bc042ab3cfc1af415409967e044904922cc9 Merge: f81111745 5e87ac32e Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:20:32 2024 +0100 Merge branch 'mod' of https://github.com/davidmarr/TombEngine into mod commit f811117458d3747c53be3c7cb8ae85338d26092b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:17:53 2024 +0100 conversion error commit 5e87ac32e6c69700fd5c484e1cc6ecde405b44de Merge: ef1a7d2d0 19be42911 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:38 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 7643d190829c91d49cf159a44991d1d863c0b6a9 Merge: 202c94f02 d256fe1ef Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:15:03 2024 +0100 Merge branch 'MontyTRC89:master' into mod commit ef1a7d2d0fbed410dc7364b7e431f92bb537a773 Merge: 9e94324e9 202c94f02 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Nov 24 13:04:23 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit 9e94324e93ea14e779385720690f580fcdfdf594 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:19:10 2024 +0100 Revert "function description LevelFuncs.OnUseItem" This reverts commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f. commit 2478afca68f1e0ce11c610f07da6c6588cc4f35f Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:18:56 2024 +0100 function description LevelFuncs.OnUseItem commit 37be06150ec8e3ec02a95d58fdd2201f2081746b Merge: c7c3451c1 222e67e49 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Nov 8 20:01:48 2024 +0100 Merge branch 'MontyTRC89:develop' into develop commit d256fe1efe9474bac52620d21d26c15a53c23efc Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sun Nov 3 22:19:11 2024 +0000 Update bug_report.yaml commit 710f04596bc6e8fa2d7a588bf9fc223f98d1858a Merge: 1affcce9b 0b5ea0db7 Author: Lwmte <3331699+Lwmte@users.noreply.github.com> Date: Sun Nov 3 18:37:17 2024 +0100 Merge branch 'develop' commit 1affcce9b95727ab110e77e55538835465442cba Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:18:34 2024 +0000 Update CHANGELOG.md commit fae8744e4bc950f962a4824e8a6e1ff485a08be7 Author: Jakub <80340234+Jakub768@users.noreply.github.com> Date: Sun Nov 3 14:16:05 2024 +0000 Update CHANGELOG.md commit 815498ec8a7791716bb7b3dfa1996ceebdcbd6ae Merge: d81fce22a c3365f3a3 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 13:51:09 2024 +0000 Merge branch 'develop' commit d81fce22ada44cbb40720a4905e48c83adf1e92d Merge: 30e053dc9 a962a17f6 Author: Jakub <kubabilinski03@gmail.com> Date: Sun Nov 3 12:35:58 2024 +0000 Merge branch 'develop' commit 30e053dc935646a3c8d900b2adbd90b107995048 Author: Nemoel-Tomo <tomo_669@hotmail.com> Date: Wed Oct 30 18:00:21 2024 +0100 Update AUTHORS.md - Tomo (general coding, special FX coding, bug fixing) commit c7c3451c1c7476b342f33ec8f2b1a32710719b25 Merge: 4fc411abe e4098c458 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Oct 25 14:44:24 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit 4fc411abe9a8885e3d3376e015047caec2ea9eae Merge: bfcd93f52 f7a22ea1a Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Sun Oct 20 21:38:01 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit bfcd93f52c02796c6cb1e9365a1f69ba894d98af Merge: bdea82d74 deec54ff8 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Wed Oct 9 19:59:14 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit eca79130a0acef2c4371054ef0ef40367a1c905a Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:45:21 2024 +0100 Update bug_report.yaml commit 7fee647c84fab993fc7ba7df7747d6238e41193b Author: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Tue Sep 3 09:44:53 2024 +0100 Update to bug report form commit bdea82d742d185c8d2228a4bf8bb59c946117190 Merge: c3b4ecf9b 60b9055d0 Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Fri Aug 30 12:56:53 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit c3b4ecf9b6fc349f9242e84fc4869ba8c5702d31 Merge: b107327f0 37f056bfa Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Tue Aug 13 22:46:38 2024 +0200 Merge branch 'MontyTRC89:develop' into develop commit b107327f0a8e8b50447b92ffb9288366ab3ab02b Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:19:30 2024 +0200 Update CHANGELOG.md commit 25aaba63163a6816bc5be831815a1140c52c8fcf Author: davidmarr <116632612+davidmarr@users.noreply.github.com> Date: Thu Jul 25 13:16:58 2024 +0200 Update VolumeObject.cpp fixed Volume:GetActive() method
2025-03-11 23:38:35 +01:00
<span class="types"><a class="type" href="../4 enums/Objects.ObjID.html#SpriteConstants">SpriteConstants</a></span>
sprite sequence object ID.
</li>
</ul>
</dd>
<dt>
<a name = "DisplaySprite:SetSpriteID"></a>
<strong>DisplaySprite:SetSpriteID(New)</strong>
</dt>
<dd>
Set the sprite ID in the sprite sequence object used by the display sprite. (int)
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">New</span>
<span class="types"><span class="type">int</span></span>
sprite ID in the sprite sequence object.
</li>
</ul>
</dd>
<dt>
<a name = "DisplaySprite:SetPosition"></a>
<strong>DisplaySprite:SetPosition(New)</strong>
</dt>
<dd>
Set the display position of the display sprite in percent. (Vec2)
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">New</span>
<span class="types"><a class="type" href="../3 primitive classes/Vec2.html#">Vec2</a></span>
display position in percent.
</li>
</ul>
</dd>
<dt>
<a name = "DisplaySprite:SetRotation"></a>
<strong>DisplaySprite:SetRotation(New)</strong>
</dt>
<dd>
Set the rotation of the display sprite in degrees. (float)
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">New</span>
<span class="types"><span class="type">float</span></span>
rotation in degrees.
</li>
</ul>
</dd>
<dt>
<a name = "DisplaySprite:SetScale"></a>
<strong>DisplaySprite:SetScale(New)</strong>
</dt>
<dd>
Set the horizontal and vertical scale of the display sprite in percent. (Vec2)
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">New</span>
<span class="types"><span class="type">float</span></span>
horizontal and vertical scale in percent.
</li>
</ul>
</dd>
<dt>
<a name = "DisplaySprite:SetColor"></a>
<strong>DisplaySprite:SetColor(New)</strong>
</dt>
<dd>
Set the color of the display sprite. (Color)
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">New</span>
<span class="types"><span class="type">float</span></span>
color.
</li>
</ul>
</dd>
<dt>
<a name = "DisplaySprite:Draw"></a>
<strong>DisplaySprite:Draw([priority][, alignMode][, scaleMode][, blendMode])</strong>
</dt>
<dd>
Draw the display sprite in display space for the current frame.
<h3>Parameters:</h3>
<ul>
<li><span class="parameter">priority</span>
2023-12-26 20:47:08 +00:00
<span class="types"><span class="type">int</span></span>
Draw priority. Can be thought of as a layer, with higher values having precedence. <strong>Default: 0</strong>
(<em>optional</em>)
</li>
<li><span class="parameter">alignMode</span>
<span class="types"><a class="type" href="../4 enums/View.AlignMode.html#">AlignMode</a></span>
Align mode interpreting an offset from the sprite's position. <strong>Default: View.AlignMode.CENTER</strong>
(<em>optional</em>)
</li>
<li><span class="parameter">scaleMode</span>
<span class="types"><a class="type" href="../4 enums/View.ScaleMode.html#">ScaleMode</a></span>
Scale mode interpreting the display sprite's horizontal and vertical scale. <strong>Default: View.ScaleMode.FIT</strong>
(<em>optional</em>)
</li>
<li><span class="parameter">blendMode</span>
<span class="types"><a class="type" href="../4 enums/Effects.BlendID.html#">BlendID</a></span>
Blend mode. <strong>Default: Effects.BlendID.ALPHABLEND</strong>
(<em>optional</em>)
</li>
</ul>
</dd>
</dl>
</div> <!-- id="content" -->
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="https://github.com/hispidence/TEN-LDoc">TEN-LDoc</a> (a fork of <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a>)</i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>
</html>