Skip to content

Commit

Permalink
EmitSFX -> EmitSfx (#433)
Browse files Browse the repository at this point in the history
* EmitSFX -> EmitSfx, s/&/|
  • Loading branch information
GoogleFrog authored and rtri committed Feb 21, 2019
1 parent 5b43f33 commit e31e19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.txt
Expand Up @@ -118,8 +118,8 @@ Lua:
- Added VFS.GetArchiveContainingFile(string vfsFilePath) -> string archiveName
- add a 6th return value (feature->reclaimTime) to GetFeatureResources.
- Allow spawning of any CEG from any LUS:
EmitSFX(p, "cegTag") param will emit the CEG with tag="cegTag"
EmitSFX(p, SFX.GLOBAL & cegID) will emit the CEG with id=cegID
EmitSfx(p, "cegTag") param will emit the CEG with tag="cegTag"
EmitSfx(p, SFX.GLOBAL | cegID) will emit the CEG with id=cegID
Added Spring.GetCEGID("cegTag") to get CEG id from tag


Expand Down

0 comments on commit e31e19b

Please sign in to comment.