Various changes to things in the Docs folder:
* remove unused WindowsNotes.txt * various sm-ssc -> StepMania (and similar) changes * Rewrote a bit of recommended_practices.txt * Fix a copy/paste typo in anatomy_of_an_actor.lua * many other things I can't remember; namely newlines at the end of files
This commit is contained in:
@@ -58,7 +58,7 @@ Def.Actor{
|
||||
self:playcommand("Tera", {foo= 1, bar= 2})
|
||||
end,
|
||||
TeraCommand= function(self, params)
|
||||
Trace("Exa command running for " .. self:GetName() .. ": " .. params.foo .. ", " .. params.bar)
|
||||
Trace("Tera command running for " .. self:GetName() .. ": " .. params.foo .. ", " .. params.bar)
|
||||
-- Broadcast a message that will execute the Giga command for every actor
|
||||
-- that has it.
|
||||
MESSAGEMAN:Broadcast("Giga", {foo= 1, bar= 2})
|
||||
|
||||
Reference in New Issue
Block a user