ByXiaoXie
ByXiaoXie
2024-01-29 15:17:18.485 [Info] - Startup 2024-01-29 15:17:18.641 [Info] - Welcome to Bono's Palworld Rcon Tool! 2024-01-29 15:17:18.641 [Warning] - Using this console allows you to send any commands to the...
### エラーコードの判定 ```C++ template VmGeneralType::Field Template::MemberFieldInfo::GetFieldInfo() { if (FieldInfoCache.fieldInfo == nullptr) // Fix FieldInfoCache.fieldInfo != nullptr return FieldInfoCache; return FieldInfoCache = DeclaringClass.Instance().klass.GetField(FieldName); } ``` ### 成功を正しく得ることができない ```C++ VmGeneralType::Assembly VmGeneralType::Domain::OpenAssembly(const std::string&...