View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030616 | 2.x IDE Bugs | Syntax Errors | Public | 2019-03-12 16:00 | 2019-03-14 11:10 |
Reporter | Scott Dunbar | Assigned To | Russell Kay | ||
Priority | Very High | Severity | C - General | Reproducibility | 100% |
Status | Closed | Resolution | Fixed | ||
Product Version | 2.2.1 | ||||
Target Version | 2.2.2 | Fixed in Version | 2.2.2 | ||
Summary | 0030616: Syntax Errors: Audio group functions expecting a groupID show warnings of unassigned variables | ||||
Description | When using the functions audio_group_xxxx that expect the audio group ID as a parameter, the editor will display warnings that claim that there is an "unassigned variable" | ||||
Steps To Reproduce | 1. Create a new project 2. Add some sound resources 3. Create an object 4. Add event to object 5. Add code that uses the audio_group_xxxx functions - example: if(audio_group_is_loaded(audiogroup_default)){ audio_group_unload(audiogroup_default); } 6. observe that the lines with the audio_group functions are showing a warning 7. hover over the warning to see a warning of "unassigned variables" | ||||
Tags | IDE | ||||
2.x IDE Found In | 2.2.2.401 | ||||
2.x Runtime Found In | 2.2.2.302 | ||||
2.x IDE Verified In | 2.2.2.404 | ||||
2.x Runtime Verified In | 2.2.2.317 | ||||