Function eos_rs::api::gameplay::apply_gummi_boosts
source · pub unsafe fn apply_gummi_boosts(
param_1: *mut undefined2,
param_2: *mut undefined2,
param_3: *mut undefined,
param_4: *mut undefined,
param_5: undefined2,
param_6: undefined,
buffer: *mut c_void
)
Expand description
Applies the IQ boosts from eating a Gummi to the target monster.
You should not use this in dungeon mode.
Use crate::api::dungeon_mode::DungeonEffectsEmitter::apply_gummi_boosts
instead.
Safety
The caller must make sure the undefined params and buffer are valid for this function.