Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.
This repository was archived by the owner on Aug 20, 2022. It is now read-only.

Custom Iterators for some API stuff #14

@rdev34

Description

@rdev34

For some api stuff we should make iterators that work like:
for player in Players:GetPlayers() do

instead of what we currently have:
for player_uid, player in pairs(Players:GetPlayers()) do

Since iterator code is very unreadable, every place where we make an iterator like this, we should provide an example usage as a comment above the function declaration

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpre-releaseComplete before the official release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions