diff options
author | Singularis <singularis@volny.cz> | 2025-03-22 17:49:08 +0100 |
---|---|---|
committer | orwell <orwell@bleipb.de> | 2025-05-27 20:22:01 +0200 |
commit | e0febba0a9b6876b1e056abc06c5664f5fd0d7a0 (patch) | |
tree | 7911c4f359b62191c387fd6389a5802ce9d4fb08 /advtrains_line_automation/structs.md | |
parent | 0d641f4b3b1b0208a6f127d6ad8dc552da0ea699 (diff) | |
download | advtrains-e0febba0a9b6876b1e056abc06c5664f5fd0d7a0.tar.gz advtrains-e0febba0a9b6876b1e056abc06c5664f5fd0d7a0.tar.bz2 advtrains-e0febba0a9b6876b1e056abc06c5664f5fd0d7a0.zip |
[advtrains_line_automation,ch_unkrep] dokončení staničních rozhlasů
- [ch_core/lib] oprava chyby ve funkci ch_core.jmeno_na_existujici_prihlasovaci().
Diffstat (limited to 'advtrains_line_automation/structs.md')
-rw-r--r-- | advtrains_line_automation/structs.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/advtrains_line_automation/structs.md b/advtrains_line_automation/structs.md index 68a759e..f5a0607 100644 --- a/advtrains_line_automation/structs.md +++ b/advtrains_line_automation/structs.md @@ -159,6 +159,9 @@ station = { -- je-li omezen na více kolejí, pak jde o množinu indexovanou označeními kolejí koleje = {[string] = true, ...} or string or nil, + -- vlastník/ice staničního rozhlasu + owner = string, + -- režim rozhlasu (RMODE_*) rmode = int, |