Page MenuHomeFeedback Tracker

[1.07.153006] Please add some info to actionbuildpart.c
Closed, ResolvedPublic

Description

Now:

override string GetAdminLogMessage(ActionData action_data)
	{
		return " built " + action_data.m_Target.GetObject().GetDisplayName() + " with " + action_data.m_MainItem.GetDisplayName();
	}

Please add some info about part of object like this:

override string GetAdminLogMessage(ActionData action_data)
	{
	  string part_name = BuildPartActionData.Cast(action_data).m_PartType;

          return " built " + part_name + " a part of " + action_data.m_Target.GetObject().GetDisplayName() + " with " + action_data.m_MainItem.GetDisplayName();    
	}

But change part_name to construction_part.GetName()

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Dedicated Server

Event Timeline

Geez changed the task status from New to Assigned.Apr 15 2020, 12:15 PM
Geez closed this task as Resolved.May 26 2021, 12:22 PM
Geez claimed this task.
Geez added a subscriber: Geez.

Hello PR9INICHEK.
The info has been added internally and the feature will be implemented in one of the future updates.
Regards,
Geez