mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Docs - Update my display name everywhere (#9330)
* Update display name in team * Update display name everywhere * order https://youtu.be/VYycQTm2HrM --------- Co-authored-by: BrettMayson <brett@mayson.io>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Author: SilentSpike
|
||||
* Author: kymckay
|
||||
* A dummy function which does nothing. Can be useful.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SilentSpike (based on muteUnit)
|
||||
* Author: kymckay (based on muteUnit)
|
||||
* Globally hides a unit. This allows the handling of more than one reason to hide an object globally.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SilentSpike
|
||||
* Author: kymckay
|
||||
* Check if a unit is a medic
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: commy2, SilentSpike
|
||||
* Author: commy2, kymckay
|
||||
* Transforms a number to an array of the correspondending digits.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: SilentSpike (based on unmuteUnit)
|
||||
* Author: kymckay (based on unmuteUnit)
|
||||
* Globally unhides a unit. Only unhides if the last reason was removed.
|
||||
*
|
||||
* Arguments:
|
||||
|
Reference in New Issue
Block a user