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.