View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000522 | Gameplay + OpenGL | [All Projects] Feature | public | 2017-04-02 05:18 | 2017-04-14 10:21 |
| Reporter | Nash | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Summary | 0000522: Unable to access fields of a function's return value | ||||
| Description | class A : ZombieMan { Vector2 v2; Vector2 GetVec2(void) { return v2; } void DoSomething(void) { Vector2 cool = GetVec2(); // not possible Vector3 blah = (GetVec2().X, GetVec2().Y, 0.); } } The above code does not work. | ||||
| Tags | No tags attached. | ||||