Export try_get_fast
Some checks are pending
analysis / Run Luau Analyze (push) Waiting to run
deploy-docs / build (push) Waiting to run
deploy-docs / Deploy (push) Blocked by required conditions
publish-npm / publish (push) Waiting to run
unit-testing / Run Luau Tests (push) Waiting to run

This commit is contained in:
Ukendio 2025-07-04 04:58:12 +02:00
parent 155d51a080
commit c9d888aeb9

View file

@ -3092,6 +3092,7 @@ return {
entity_move = entity_move, entity_move = entity_move,
entity_index_try_get = entity_index_try_get, entity_index_try_get = entity_index_try_get,
entity_index_try_get_fast = entity_index_try_get_fast,
entity_index_try_get_any = entity_index_try_get_any, entity_index_try_get_any = entity_index_try_get_any,
entity_index_is_alive = entity_index_is_alive, entity_index_is_alive = entity_index_is_alive,
entity_index_new_id = entity_index_new_id, entity_index_new_id = entity_index_new_id,