Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:53:45 PM (5 years ago)
Author:
cwaupoti
Message:

Zombie can now approach, tried to add waves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Boxhead_FS19/src/orxonox/scriptablecontroller/scriptable_controller_api.h

    r11974 r12390  
    161161     * @param z The position on the z-axis
    162162     */
     163
     164    void spawnZombie(std::string id);
     165
     166    /**
     167     * @brief Set the position of an object
     168     * @param id The ID of the object
     169     * @param x The position on the x-axis
     170     * @param y The position on the y-axis
     171     * @param z The position on the z-axis
     172     */
     173
     174
    163175    void setPosition(std::string id, double x, double y, double z);
    164176
Note: See TracChangeset for help on using the changeset viewer.