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

[request] add BlockTickingQueue SpawningArea related struct #1611

Closed
kuangby opened this issue Jan 7, 2025 · 0 comments
Closed

[request] add BlockTickingQueue SpawningArea related struct #1611

kuangby opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement Intended improvement or added functionality status: review needed Requires assessment or evaluation

Comments

@kuangby
Copy link

kuangby commented Jan 7, 2025

Is your feature request related to a problem? Please describe.

ll文件中部分符号,函数,结构体内部属性定义缺失

Describe the solution you'd like

补全这些缺失。

Describe alternatives you've considered

BlockTickingQueue.h
BlockTickingQueue::BlockTick 属性mUnk958ddb->bool mIsRemoved{}; mUnk723bc0->TickNextTickData mData;
class BlockTickingQueue需要补全运算符bool operator>(BlockTick const &other) const { return mData > other.mData; }
需要补全//BlockTick &operator=(BlockTick const &); //BlockTick(BlockTick const &);的符号,否则会导致LNK2019
LevelChunk.h
需要补全//SpawningArea(SpawningArea const&);的符号

Additional context

No response

@kuangby kuangby added the enhancement Intended improvement or added functionality label Jan 7, 2025
@KawaiiNahida KawaiiNahida changed the title [Feature]: [request] add BlockTickingQueue SpawningArea related struct Jan 8, 2025
@KawaiiNahida KawaiiNahida added the status: review needed Requires assessment or evaluation label Jan 8, 2025
@OEOTYAN OEOTYAN closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Intended improvement or added functionality status: review needed Requires assessment or evaluation
Development

No branches or pull requests

3 participants