aboutsummaryrefslogtreecommitdiff
path: root/advtrains_train_track/textures
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains_train_track/textures')
0 files changed, 0 insertions, 0 deletions
se for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef S_PLAYER_H_ #define S_PLAYER_H_ #include "cpp_api/s_base.h" #include "irr_v3d.h" #include "util/string.h" struct ToolCapabilities; class ScriptApiPlayer : virtual public ScriptApiBase { public: virtual ~ScriptApiPlayer(); void on_newplayer(ServerActiveObject *player); void on_dieplayer(ServerActiveObject *player); bool on_respawnplayer(ServerActiveObject *player); bool on_prejoinplayer(const std::string &name, const std::string &ip, std::string *reason); void on_joinplayer(ServerActiveObject *player); void on_leaveplayer(ServerActiveObject *player);