test2.lua 533 B

1234567891011121314151617
  1. ----------------------------------------------------------------------------------------------------
  2. --
  3. -- Copyright (c) Contributors to the Open 3D Engine Project.
  4. -- For complete copyright and license terms please see the LICENSE at the root of this distribution.
  5. --
  6. -- SPDX-License-Identifier: Apache-2.0 OR MIT
  7. --
  8. --
  9. --
  10. ----------------------------------------------------------------------------------------------------
  11. local M = {}
  12. function M.ActivateMySpawner3(id)
  13. SpawnerComponentRequestBus.Event.Spawn(id)
  14. end
  15. return M