Function rrise::game_syncs::post_trigger

source ·
pub fn post_trigger<'a, T: Into<AkID<'a>>>(
    trigger: T,
    game_obj: AkGameObjectID
) -> Result<(), AkResult>
Expand description

Post the specified trigger.

Always returns AkResult::AK_Success.