git subrepo clone https://github.com/HarbourMasters/ZAPDTR.git
subrepo: subdir: "ZAPDTR" merged: "a53a53ea4" upstream: origin: "https://github.com/HarbourMasters/ZAPDTR.git" branch: "master" commit: "a53a53ea4" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
This commit is contained in:
22
ZAPDTR/ZAPD/ZRoom/Commands/SetWorldMapVisited.cpp
Normal file
22
ZAPDTR/ZAPD/ZRoom/Commands/SetWorldMapVisited.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
#include "SetWorldMapVisited.h"
|
||||
|
||||
#include "Utils/StringHelper.h"
|
||||
|
||||
SetWorldMapVisited::SetWorldMapVisited(ZFile* nParent) : ZRoomCommand(nParent)
|
||||
{
|
||||
}
|
||||
|
||||
std::string SetWorldMapVisited::GetBodySourceCode() const
|
||||
{
|
||||
return "SCENE_CMD_MISC_SETTINGS()";
|
||||
}
|
||||
|
||||
std::string SetWorldMapVisited::GetCommandCName() const
|
||||
{
|
||||
return "SCmdWorldMapVisited";
|
||||
}
|
||||
|
||||
RoomCommand SetWorldMapVisited::GetRoomCommand() const
|
||||
{
|
||||
return RoomCommand::SetWorldMapVisited;
|
||||
}
|
||||
Reference in New Issue
Block a user