GuiGetStyle method
Implementation
int GuiGetStyle(
GuiControl control,
GuiProperty property,
) => run(
() => 'GuiGetStyle(${control.name}, ${property.name})',
() => rl.Gui.GuiGetStyle(
control.value,
property.value,
),
);
int GuiGetStyle(
GuiControl control,
GuiProperty property,
) => run(
() => 'GuiGetStyle(${control.name}, ${property.name})',
() => rl.Gui.GuiGetStyle(
control.value,
property.value,
),
);