| AeonFlux1212 (23) | |||
I'm trying to figure out what this code means. Here's the code I'll explain :
In fact I don't understand that part GC.getMapINLINE().plotByIndexINLINE(iI)->setPlotType(((PlotTypes)(paiPlotTypes[iI])), false, false);function setPlotType() is called with parameters ((PlotTypes)(paiPlotTypes[iI]), false, false What does the (PlotTypes) behind (paiPlotTypes[iI]) has to do in there? is this type casting? thank you in advance -- :-) -- AeonFlux1212 | |||
|
Last edited on
|
|||
| AbstractionAnon (412) | ||
Yes. paiPlotTypes[iI] is being cast to PlotTypes. | ||
|
|
||
| AeonFlux1212 (23) | |
| ok thank you... :-) | |
|
|
|