Page MenuHomeFeedback Tracker

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

Description

Now:

override string GetAdminLogMessage(ActionData action_data)
{
  return " dismantled " + 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)
{
  ConstructionActionData construction_action_data = action_data.m_Player.GetConstructionActionData();

  ConstructionPart construction_part = construction_action_data.GetTargetPart();
  
  return " dismantled " + construction_part.GetName() + " a part of " + action_data.m_Target.GetObject().GetDisplayName() + " with " + action_data.m_MainItem.GetDisplayName();
}

Details

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

Event Timeline

PR9INICHEK updated the task description. (Show Details)
Geez changed the task status from New to Assigned.Apr 15 2020, 1:22 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