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

Request: addEntity, addSystem, et cetera should return the data passed in #4

Closed
karai17 opened this issue Jul 7, 2015 · 3 comments
Closed

Comments

@karai17
Copy link

karai17 commented Jul 7, 2015

The code below would be a handy shortcut.

local entity = self.world:addEntity {
    id       = 5,
    position = vec3(0, 0, 0)
}
@bakpakin
Copy link
Owner

bakpakin commented Jul 7, 2015

Ok, that seems useful. Should also probably have the remove versions do that.

@karai17
Copy link
Author

karai17 commented Jul 7, 2015

That would also be useful!

On another note, I am gonna dial up Guinness World Records about your
response time.


Landon Manning
lmanning17@gmail.com

On 6 July 2015 at 22:57, Calvin Rose notifications@github.com wrote:

Ok, that seems useful. Should also probably have the remove versions do
that.


Reply to this email directly or view it on GitHub
#4 (comment).

@bakpakin
Copy link
Owner

bakpakin commented Jul 7, 2015

I just happened to check my email then :)

@bakpakin bakpakin closed this as completed Jul 7, 2015
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