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

Update BitCheck() trigger description #182

Merged
merged 1 commit into from
Dec 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripting/triggers/bgeetriggers.htm
Original file line number Diff line number Diff line change
Expand Up @@ -1610,6 +1610,11 @@
<div class="triggerHeader"><a name="0x40F7">0x40F7 BitCheck(S:Name*,S:Area*,I:Bit*Bits)</a></div>
<div class="indent1">
Returns true if at least one bit from the given variable is in common with the <code><a href="../../files/ids/bgee/bits.htm">bits</a></code> defined in the third parameter.

{% capture note %}
String parameters are incorrectly matched by the engine which causes the trigger to always return false in dialog conditions.
{% endcapture %}
{% include bug.html %}
</div>
<br />

Expand Down
5 changes: 5 additions & 0 deletions scripting/triggers/psteetriggers.htm
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@
<div class="triggerHeader"><a name="0x40F7">0x40F7 BitCheck(S:Name*,S:Area*,I:Bit*Bits)</a></div>
<div class="indent1">
Returns true if at least one bit from the given variable is in common with the <code><a href="../../files/ids/pstee/bits.htm">bits</a></code> defined in the third parameter.

{% capture note %}
String parameters are incorrectly matched by the engine which causes the trigger to always return false in dialog conditions.
{% endcapture %}
{% include bug.html %}
</div>
<br />

Expand Down