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

Add an onLocationChanged hook to objects. #167

Merged
merged 1 commit into from
Jun 22, 2017
Merged

Conversation

doughsay
Copy link
Owner

@doughsay doughsay commented Jun 22, 2017

If an object implements the function onLocationChanged, it will be called anytime the location of that object changes.

@codecov
Copy link

codecov bot commented Jun 22, 2017

Codecov Report

Merging #167 into master will increase coverage by 0.39%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #167      +/-   ##
=========================================
+ Coverage   81.41%   81.8%   +0.39%     
=========================================
  Files          27      27              
  Lines        1673    1682       +9     
  Branches      282     284       +2     
=========================================
+ Hits         1362    1376      +14     
+ Misses        311     306       -5
Impacted Files Coverage Δ
src/lib/world-object-proxy-builder.js 93.93% <100%> (+0.44%) ⬆️
src/lib/fs-db.js 87.27% <0%> (+3.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f3bf9f...b3ccc79. Read the comment docs.

@doughsay doughsay merged commit 49c3faf into master Jun 22, 2017
@doughsay doughsay deleted the on-location-changed-hook branch June 22, 2017 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant