Add ScriptTags trait

This allows actors to be tagged with arbitrary strings.
Also includes ScriptTagsInit and MapGlobal.ActorsWithTag
  which expose this functionality to map scripters.
This commit is contained in:
Taryn Hill
2016-03-23 17:18:35 -05:00
parent 728bad9565
commit 6582d0f480
4 changed files with 89 additions and 0 deletions

View File

@@ -736,6 +736,7 @@
<Compile Include="Traits\World\MapOptions.cs" />
<Compile Include="Traits\World\MissionData.cs" />
<Compile Include="UtilityCommands\ExtractMapRules.cs" />
<Compile Include="Traits\ScriptTags.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>