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

Add removeInstance to Lua #14414

Open
wants to merge 2 commits into
base: experimental
Choose a base branch
from

Conversation

LarryFrosty
Copy link
Contributor

@LarryFrosty LarryFrosty commented Apr 5, 2024

Simple easier function
removeInstance('object', false)

Can currently be recreated with

callMethod('remove', {instanceArg('object'), true})
callMethod('object.kill', {''})
callMethod('object.destroy', {''})
callMethod('variables.remove', {'object'})

uhhh im not sure if i can just change this cuz i replaced the entire file with the new shit on my other pr
well i hope i did not just cause the destruction of the world
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

Successfully merging this pull request may close these issues.

None yet

3 participants