Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Hologram::delete() vs HologramManager::removeHologram() #81

Closed
DefinitlyEvil opened this issue Apr 12, 2024 · 2 comments
Closed

Comments

@DefinitlyEvil
Copy link

Hi are there differences betweeen

Hologram::delete();

and

HologramManager::removeHologram();

?

Thanks!

@OakLoaf
Copy link
Contributor

OakLoaf commented May 16, 2024

Hologram::delete(); just removes the display from the game, HologramManager::removeHologram(); removes the hologram from the manager and also the save file

@DefinitlyEvil
Copy link
Author

@OakLoaf Thanks, I assume if I set storage to an empty one then I won't have to call HologramManager::removeHologram() then!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants