<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.frictionalgames.com/page?action=history&amp;feed=atom&amp;title=HPL3%2FCommunity%2FScripting%2FClasses%2Fekeymodifier</id>
	<title>HPL3/Community/Scripting/Classes/ekeymodifier - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.frictionalgames.com/page?action=history&amp;feed=atom&amp;title=HPL3%2FCommunity%2FScripting%2FClasses%2Fekeymodifier"/>
	<link rel="alternate" type="text/html" href="https://wiki.frictionalgames.com/page?title=HPL3/Community/Scripting/Classes/ekeymodifier&amp;action=history"/>
	<updated>2026-05-14T17:45:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.frictionalgames.com/page?title=HPL3/Community/Scripting/Classes/ekeymodifier&amp;diff=2362&amp;oldid=prev</id>
		<title>Maintenance script: Upload classes to sub</title>
		<link rel="alternate" type="text/html" href="https://wiki.frictionalgames.com/page?title=HPL3/Community/Scripting/Classes/ekeymodifier&amp;diff=2362&amp;oldid=prev"/>
		<updated>2020-07-30T09:12:01Z</updated>

		<summary type="html">&lt;p&gt;Upload classes to sub&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==eKeyModifier==&lt;br /&gt;
&lt;br /&gt;
===Values===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; border=1&lt;br /&gt;
! Enum Name !! Integer Value !! Description &lt;br /&gt;
|-&lt;br /&gt;
|  eKeyModifier_None  ||  0  ||  No modifier keys are pressed. &lt;br /&gt;
|-&lt;br /&gt;
|  eKeyModifier_Ctrl  ||  1  ||  The control key is pressed. &lt;br /&gt;
|-&lt;br /&gt;
|  eKeyModifier_Shift  ||  2  ||  The shift key is pressed. &lt;br /&gt;
|-&lt;br /&gt;
|  eKeyModifier_Alt  ||  4  ||  The alt key is pressed. &lt;br /&gt;
|-&lt;br /&gt;
|  eKeyModifier_LastEnum  ||  5  ||    &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Remarks===&lt;br /&gt;
&lt;br /&gt;
The eKeyModifier enum type is an implementation of what is known as a [[wp&amp;gt;Bit_Field|Bit Field]]. Multiple enum values can be combined into a single integer value containing all the combined enum flags. In this case, a single integer can represent that multiple modifier keys, for example &amp;quot;Control&amp;quot; and &amp;quot;Alt&amp;quot;, are being pressed simultaneously. See [[eFlagBit]] for an explanation on how to process bit fields.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
		
	</entry>
</feed>