|
Re: What does SendableChooser.GetSelected() return as?
I knew already it didn't work, so that's why I was asking. And I found the solution anyways
autoSelected = *((std::string*)chooser->GetSelected());
if(autoSelected == autoNameCustom){
//Custom Auto goes here
} else {
//Default Auto goes here
}
|