Skip to content

Commit

Permalink
[client] add blip.scriptID
Browse files Browse the repository at this point in the history
Former-commit-id: 17949de
  • Loading branch information
martonp96 committed Sep 18, 2021
1 parent 97e0144 commit d0a8fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/bindings/Blip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ extern V8Class v8Blip("Blip", v8WorldObject, Constructor, [](v8::Local<v8::Funct
V8::SetAccessor<IBlip, bool, &IBlip::GetAsHighDetail, &IBlip::SetAsHighDetail>(isolate, tpl, "highDetail");
V8::SetAccessor<IBlip, bool, &IBlip::GetShrinked, &IBlip::SetShrinked>(isolate, tpl, "shrinked");

V8::SetAccessor<IBlip, uint32_t, &IBlip::GetScriptID>(isolate, tpl, "scriptID");

V8::SetMethod(isolate, tpl, "fade", &Fade);
});

Expand Down

0 comments on commit d0a8fc5

Please sign in to comment.