Skip to content

Instantly share code, notes, and snippets.

@ronyx69
Created November 27, 2018 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronyx69/1581ac01ca54e6a563f7bb00a8fd1c4b to your computer and use it in GitHub Desktop.
Save ronyx69/1581ac01ca54e6a563f7bb00a8fd1c4b to your computer and use it in GitHub Desktop.
var asset = ToolsModifierControl.toolController.m_editPrefabInfo as NetInfo; var ai = (asset.m_netAI as RoadAI);
ai.m_tunnelInfo.m_setVehicleFlags = Vehicle.Flags.Underground | Vehicle.Flags.Transition;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment