Skip to content

MapObj: Implement KuriboTowerSwitch - #1273

Open
Naii-the-Baf wants to merge 1 commit into
MonsterDruide1:masterfrom
Naii-the-Baf:KuriboTowerSwitch
Open

MapObj: Implement KuriboTowerSwitch#1273
Naii-the-Baf wants to merge 1 commit into
MonsterDruide1:masterfrom
Naii-the-Baf:KuriboTowerSwitch

Conversation

@Naii-the-Baf

@Naii-the-Baf Naii-the-Baf commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Needs names for 2 fields that I couldn't figure out exactly what they represent.

I'm a bit unclear on the type of mNum. It doesn't compile if I make it unsigned, but it clearly should be unsigned given the return type of rs::getNumKuriboTowerOn. I had to cast it to make the compiler stop complaining about a comparison between signed and unsigned.


This change is Reviewable


Report for 1.0 (a76cdfb - 5dd2154)

📈 Matched code: 15.18% (+0.02%, +2104 bytes)

✅ 17 new matches
Unit Item Bytes Before After
MapObj/KuriboTowerSwitch KuriboTowerSwitch::receiveMsg(al::SensorMsg const*, al::HitSensor*, al::HitSensor*) +476 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::init(al::ActorInitInfo const&) +336 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::exeOn() +176 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::KuriboTowerSwitch(char const*) +168 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::KuriboTowerSwitch(char const*) +156 0.00% 100.00%
MapObj/KuriboTowerSwitch (anonymous namespace)::KuriboTowerSwitchNrvReactionLand::execute(al::NerveKeeper*) const +92 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::exeReactionLand() +88 0.00% 100.00%
MapObj/KuriboTowerSwitch (anonymous namespace)::KuriboTowerSwitchNrvOnWait::execute(al::NerveKeeper*) const +88 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::control() +84 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::exeOnWait() +84 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::isReactionNerve() const +72 0.00% 100.00%
MapObj/KuriboTowerSwitch (anonymous namespace)::KuriboTowerSwitchNrvOffWait::execute(al::NerveKeeper*) const +64 0.00% 100.00%
MapObj/KuriboTowerSwitch (anonymous namespace)::KuriboTowerSwitchNrvDisable::execute(al::NerveKeeper*) const +64 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::exeDisable() +60 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::exeOffWait() +60 0.00% 100.00%
MapObj/KuriboTowerSwitch KuriboTowerSwitch::initAfterPlacement() +28 0.00% 100.00%
MapObj/KuriboTowerSwitch (anonymous namespace)::KuriboTowerSwitchNrvOn::execute(al::NerveKeeper*) const +8 0.00% 100.00%

@github-actions github-actions Bot added the status:waiting for review This PR is ready to take the first or another look at it! label Jun 3, 2026

@Naii-the-Baf Naii-the-Baf left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump

@Naii-the-Baf made 1 comment.
Reviewable status: 0 of 3 files reviewed, all discussions resolved.

@github-actions github-actions Bot added status:waiting for review This PR is ready to take the first or another look at it! and removed status:waiting for review This PR is ready to take the first or another look at it! labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:waiting for review This PR is ready to take the first or another look at it!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant