Holograms_ListUnloaded()

List holograms that are not loaded and get information about them

Full Function

Holograms_ListUnloaded(p: player)

Parameters

Name
Type
Description

p

player

Player to send the information to

Return Values & Meanings

This function sends information about all the holograms that are unloaded to the specified player, but it does not return anything.

Usage

# sends information about all UNLOADED holograms to player
Holograms_ListUnloaded(player)

Last updated