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

Unable to obtain the status of missiles launched by aircraft #81

Open
cjmdd opened this issue Dec 29, 2023 · 0 comments
Open

Unable to obtain the status of missiles launched by aircraft #81

cjmdd opened this issue Dec 29, 2023 · 0 comments

Comments

@cjmdd
Copy link

cjmdd commented Dec 29, 2023

we can fire missiles successfully, but we are unable to obtain the status of missiles launched by aircraft:
planes=df.get_planes_list() #4ally and 4oppo
slots=df.get_missiles_device_slots_state[planes[0]]
missiles=df.get_machine_missiles_list(planes[0])
df.set_target_id(planes[0],planes[-1])
df.fire_missiles(planes[0],slots[0]) # successful

missile_state=df.get_missile_state(missiles[0])

return sates=json.loads(......)

AttributeError:'NoneType' object has no attribute decode

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

1 participant