Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small improvements #3

Open
TIMONz1535 opened this issue Feb 4, 2022 · 0 comments
Open

Small improvements #3

TIMONz1535 opened this issue Feb 4, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation question Further information is requested

Comments

@TIMONz1535
Copy link
Owner

TIMONz1535 commented Feb 4, 2022

Move docs as lua annotations comments to the code.

Add wiki samples regarding Entity.AddOutput Entity.RemoveOutput Entity.GetOutputs methods, delay and repetitions.
Add wiki samples regarding MetaTarget:IsValid.
Add wiki samples regarding remove MetaTarget outputs ent.OnOpen = nil.

Add wiki docs regarding controller:TimerSimple.
Add wiki docs regarding controller:TimerCreate.

Add docs in README regarding convars permissions. Check map_logic_override convar permissions.
Add docs in README regarding performance.
Add docs in README regarding map_logic_reload why can't it be used many times. - first tip in https://github.com/TIMONz1535/map_logic_controller/wiki#a-few-simple-rules

Check alternative output creation, add docs.

function button1:OnPressed(activator, value)
	ent:EmitSound("buttons/button24.wav")
end

Implements ents.GetMapCreatedEntity for entity list (????).

@TIMONz1535 TIMONz1535 self-assigned this Feb 4, 2022
@TIMONz1535 TIMONz1535 changed the title Small impovments Small improvements Feb 4, 2022
@TIMONz1535 TIMONz1535 added documentation Improvements or additions to documentation question Further information is requested labels Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant