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

Native to get current execute name #15

Open
B3none opened this issue Apr 11, 2019 · 1 comment
Open

Native to get current execute name #15

B3none opened this issue Apr 11, 2019 · 1 comment

Comments

@B3none
Copy link

B3none commented Apr 11, 2019

Could you implement a native to get the name of the current execute?

Something along the lines of:
Executes_GetCurrentName()

@splewis
Copy link
Owner

splewis commented Apr 15, 2019

I'd rather have a single native that gets all the properties of the current selection to replace the specific Executes_GetCurrrentBombsite and your suggestion, something like:

Executes_GetCurrentExecute(Bombsite& site, int& id, StratType& type, char[] name, int namelen);

Feel free to send a pull request.

@splewis splewis changed the title [Feature Request] Get current execute name Native to get current execute name Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants