mirror of
https://github.com/projectPiki/pikmin2.git
synced 2025-02-06 13:48:41 +00:00
853 B
853 B
Game Modding Cheat Sheet
This cheat sheet provides an overview of the game's functions and classes that are of interest to modders. It aims to help you understand the game's structure and guide you in your modding efforts.
Functions of Interest
In plugProjectYamashitaU/enemyBase.cpp
bool EnemyBase::eatWhitePikminCallBack
: What happens when an enemy eats a white Pikmin.bool EnemyBase::bombCallBack
: What happens when an enemy gets hit by an exploding bomb.bool EnemyBase::dopeCallBack
: What happens when an enemy gets hit by either spray (bitter or spicy).bool EnemyBase::hipdropCallBack
: What happens when an enemy gets stunned by a Purple Pikminbool EnemyBase::damageCallBack
/void EnemyBase::addDamage
: What happens when an enemy gets damaged