> For the complete documentation index, see [llms.txt](https://minecraftman1013.gitbook.io/custom-holograms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minecraftman1013.gitbook.io/custom-holograms/api/hologram-functions.md).

# Hologram Functions

Functions that were made for the holograms script that directly relate to modifying holograms

{% hint style="info" %}
For each function in the table below, there is also a link to the subpage for that function
{% endhint %}

{% hint style="info" %}
The return values are mostly meant for debugging. You do not always have to set a variable and test for the return value!&#x20;
{% endhint %}

<table><thead><tr><th width="271.28460360119936">Function Description</th><th>Link to Subpage</th></tr></thead><tbody><tr><td>Teleport a player to a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_teleportplayerto.md">Holograms_TeleportPlayerTo()</a></td></tr><tr><td>Teleport a hologram to a location</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_teleporthere.md">Holograms_TeleportHere()</a></td></tr><tr><td>Create a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_create.md">Holograms_Create()</a></td></tr><tr><td>Set a line of a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_setline.md">Holograms_SetLine()</a></td></tr><tr><td>Insert a line into the middle of a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_insertline.md">Holograms_InsertLine()</a></td></tr><tr><td>Add a line to the end of a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_addline.md">Holograms_AddLine()</a></td></tr><tr><td>Remove a line from a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_removeline.md">Holograms_RemoveLine()</a></td></tr><tr><td>Load all holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_loadall.md">Holograms_LoadAll()</a></td></tr><tr><td>Unload all hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_unloadall.md">Holograms_UnloadAll()</a></td></tr><tr><td>List all holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_listall.md">Holograms_ListAll()</a></td></tr><tr><td>List all loaded holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_listloaded.md">Holograms_ListLoaded()</a></td></tr><tr><td>List all unloaded holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_listunloaded.md">Holograms_ListUnloaded()</a></td></tr><tr><td>Get all holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_getall.md">Holograms_GetAll()</a></td></tr><tr><td>Get all loaded holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_getloaded.md">Holograms_GetLoaded()</a></td></tr><tr><td>Get all unloaded holograms</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_getunloaded.md">Holograms_GetUnloaded()</a></td></tr><tr><td>Load a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_load.md">Holograms_Load()</a></td></tr><tr><td>Unload a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_unload.md">Holograms_Unload()</a></td></tr><tr><td>Get information about the lines of a hologram</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_info.md">Holograms_Info()</a></td></tr><tr><td>Get all lines of a hologram (as a list)</td><td><a data-mention href="/custom-holograms/api/hologram-functions/holograms_getlines.md">Holograms_GetLines()</a></td></tr></tbody></table>
